1
0
Fork 0
mirror of synced 2024-06-28 19:20:25 +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 - sleep 60
script: script:
- docker ps
- vendor/bin/phpunit --configuration phpunit.xml - vendor/bin/phpunit --configuration phpunit.xml

View file

@ -41,6 +41,8 @@ class ConsoleTest extends TestCase
'name' => 'User 1', 'name' => 'User 1',
]); ]);
var_dump($response);
$this->assertEquals('http://localhost/failure', $response['headers']['location']); $this->assertEquals('http://localhost/failure', $response['headers']['location']);
$this->assertEquals("\n", $response['body']); $this->assertEquals("\n", $response['body']);
} }