diff --git a/.travis.yml b/.travis.yml index 4c3c8bb9e..b816b6e79 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,4 +25,5 @@ install: - sleep 60 script: +- docker ps - vendor/bin/phpunit --configuration phpunit.xml \ No newline at end of file diff --git a/tests/e2e/ConsoleTest.php b/tests/e2e/ConsoleTest.php index da31d0b21..49e9081bf 100644 --- a/tests/e2e/ConsoleTest.php +++ b/tests/e2e/ConsoleTest.php @@ -41,6 +41,8 @@ class ConsoleTest extends TestCase 'name' => 'User 1', ]); + var_dump($response); + $this->assertEquals('http://localhost/failure', $response['headers']['location']); $this->assertEquals("\n", $response['body']); }