Skip to content
Snippets Groups Projects
Commit 386671a6 authored by Demian Katz's avatar Demian Katz
Browse files

Fixed broken test.

parent d7fd24d6
No related merge requests found
...@@ -57,8 +57,8 @@ Array ...@@ -57,8 +57,8 @@ Array
[REQUEST_URI] => /foo/bar [REQUEST_URI] => /foo/bar
) )
CONTEXT; CONTEXT;
return $a[1] === 'test' return $a[1] === 'Exception : test'
&& $a[2] === 'test(Server: IP = 1.2.3.4, Referer = none, User Agent = Fake browser, Host = localhost:80, Request URI = /foo/bar)' && $a[2] === 'Exception : test(Server: IP = 1.2.3.4, Referer = none, User Agent = Fake browser, Host = localhost:80, Request URI = /foo/bar)'
&& false !== strpos($a[3], $a[2]) && false !== strpos($a[3], $a[2])
&& false !== strpos($a[3], 'Backtrace:') && false !== strpos($a[3], 'Backtrace:')
&& false !== strpos($a[3], 'line') && false !== strpos($a[3], 'line')
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment