1
0
Fork 0
mirror of synced 2024-06-09 22:34:46 +12:00

Test for tests

This commit is contained in:
eldadfux 2019-09-14 08:57:27 +03:00
parent fa9bacc054
commit 92bb510035
2 changed files with 3 additions and 0 deletions

View file

@ -25,4 +25,5 @@ install:
- sleep 60
script:
- docker ps
- vendor/bin/phpunit --configuration phpunit.xml

View file

@ -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']);
}