This repository was archived by the owner on Dec 14, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 file : ' coverage-clover'
3131 format : ' php-clover'
3232 -
33- command : ' ./behat.sh '
33+ command : ' ./vendor/bin/ behat'
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ install:
3535 - composer self-update
3636 - composer require symfony/symfony:${SYMFONY_VERSION} $DEPENDENCY
3737
38- script : php ./vendor/bin/phpunit $PHPUNIT_FLAGS && ./ behat.sh
38+ script : php ./vendor/bin/phpunit $PHPUNIT_FLAGS && php ./vendor/bin/ behat
3939
4040# Only send code coverage if it has been generated
4141after_success :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ @reset-schema
12Feature : Test DefaultController
23
34 Scenario : Index
Original file line number Diff line number Diff line change 1+ @reset-schema
12@alice(*)
23Feature : Test DefaultController with Fixtures
34
Original file line number Diff line number Diff line change @@ -39,6 +39,4 @@ install:
3939test_script :
4040 - cd c:\projects\asynctweetsbundle
4141 - vendor/bin/phpunit --colors=never
42- - php Tests\App\console doctrine:database:drop --env=test --force
43- - php Tests\App\console doctrine:schema:update --env=test --force
4442 - vendor/bin/behat
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 66 contexts :
77 - ' AlexisLefebvre\Bundle\AsyncTweetsBundle\Tests\Features\Context\FeatureContext'
88 - Knp\FriendlyContexts\Context\AliceContext
9+ - Knp\FriendlyContexts\Context\EntityContext
910 - Knp\FriendlyContexts\Context\MinkContext
1011 extensions :
1112 Behat\Symfony2Extension :
Original file line number Diff line number Diff line change 1111 override :
1212 - mkdir -p $CIRCLE_TEST_REPORTS/phpunit
1313 - php ./vendor/bin/phpunit --log-junit $CIRCLE_TEST_REPORTS/phpunit/junit.xml
14- - ./ behat.sh
14+ - php ./vendor/bin/ behat
You can’t perform that action at this time.
0 commit comments