Skip to content
Snippets Groups Projects
Commit eb3f78b4 authored by ZZZ[GONE] PERRIER Guillaume's avatar ZZZ[GONE] PERRIER Guillaume
Browse files

[PHP-UNIT] Try fixing test failure 'The current node list is empty' (v1.17).

parent 07593a11
No related branches found
No related tags found
1 merge request!6[PHP-UNIT] Complete performing CI test within the container and use it for...
Pipeline #233446 passed
......@@ -28,7 +28,7 @@ php-image-build:
#- docker cp phpunit.xml "$IMAGE_PHP":/var/www/tms/phpunit.xml
#- docker exec -v phpunit_volume sh -c "cd /var/www/tms/ ; vendor/bin/phpunit --configuration phpunit.xml"
- docker exec phpunit sh -c "cd /var/www/tms/ ; vendor/bin/phpunit --configuration phpunit.xml"
- docker exec -it phpunit rm /var/www/tms/phpunit.xml
- docker exec phpunit rm /var/www/tms/phpunit.xml
- docker cp -a $(docker create "$IMAGE_PHP"):/var/www/tms/. php-build
- docker push "$IMAGE_PHP"
artifacts:
......
......@@ -16,7 +16,7 @@ class DefaultControllerTest extends WebTestCase
{
$client = static::createClient([], ['HTTPS' => true]);
$crawler = $client->request('GET', '/');
dd($crawler);
//======================== TAPES =========================
$tapesCard = $crawler->filter('h2.card-title')->eq(0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment