Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maidmaid committed Apr 30, 2017
1 parent 45b8ca0 commit a29ebb4
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions tests/Flag/Command/DebugCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,23 +39,23 @@ public function testA()

$expected = <<<EOF
14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
0 0 0 0 0 0 0 0 0 0 0 1 1 1 1
│ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ E_ERROR
│ │ │ │ │ │ │ │ │ │ │ │ │ └─ ── E_WARNING
│ │ │ │ │ │ │ │ │ │ │ │ └─ ── ── E_PARSE
│ │ │ │ │ │ │ │ │ │ │ └─ ── ── ── E_NOTICE
│ │ │ │ │ │ │ │ │ │ └─ ── ── ── ── E_CORE_ERROR
│ │ │ │ │ │ │ │ │ └─ ── ── ── ── ── E_CORE_WARNING
│ │ │ │ │ │ │ │ └─ ── ── ── ── ── ── E_COMPILE_ERROR
│ │ │ │ │ │ │ └─ ── ── ── ── ── ── ── E_COMPILE_WARNING
│ │ │ │ │ │ └─ ── ── ── ── ── ── ── ── E_USER_ERROR
│ │ │ │ │ └─ ── ── ── ── ── ── ── ── ── E_USER_WARNING
│ │ │ │ └─ ── ── ── ── ── ── ── ── ── ── E_USER_NOTICE
│ │ │ └─ ── ── ── ── ── ── ── ── ── ── ── E_STRICT
│ │ └─ ── ── ── ── ── ── ── ── ── ── ── ── E_RECOVERABLE_ERROR
│ └─ ── ── ── ── ── ── ── ── ── ── ── ── ── E_DEPRECATED
└─ ── ── ── ── ── ── ── ── ── ── ── ── ── ── E_USER_DEPRECATED
14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
0 0 0 0 0 0 0 0 0 0 0 1 1 1 1
│ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ E_ERROR 1
│ │ │ │ │ │ │ │ │ │ │ │ │ └───── E_WARNING 2
│ │ │ │ │ │ │ │ │ │ │ │ └──────── E_PARSE 4
│ │ │ │ │ │ │ │ │ │ │ └─────────── E_NOTICE 8
│ │ │ │ │ │ │ │ │ │ └────────────── E_CORE_ERROR 16
│ │ │ │ │ │ │ │ │ └───────────────── E_CORE_WARNING 32
│ │ │ │ │ │ │ │ └──────────────────── E_COMPILE_ERROR 64
│ │ │ │ │ │ │ └─────────────────────── E_COMPILE_WARNING 128
│ │ │ │ │ │ └────────────────────────── E_USER_ERROR 256
│ │ │ │ │ └───────────────────────────── E_USER_WARNING 512
│ │ │ │ └──────────────────────────────── E_USER_NOTICE 1024
│ │ │ └─────────────────────────────────── E_STRICT 2048
│ │ └────────────────────────────────────── E_RECOVERABLE_ERROR 4096
│ └───────────────────────────────────────── E_DEPRECATED 8192
└──────────────────────────────────────────── E_USER_DEPRECATED 16384
EOF
;
Expand Down

0 comments on commit a29ebb4

Please sign in to comment.