Skip to content

Commit b3647d7

Browse files
committed
attempting to split tests to combat windows testing issue
1 parent f022f5f commit b3647d7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,5 @@ install:
5050
- ./vendor/bin/simple-phpunit install
5151

5252
test_script:
53-
- ./vendor/bin/simple-phpunit --stop-on-error
53+
- ./vendor/bin/simple-phpunit --group=functional --stop-on-error
54+
- ./vendor/bin/simple-phpunit --exclude-group=functional --stop-on-error

tests/Maker/FunctionalTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434
use Symfony\Component\HttpKernel\Kernel;
3535
use Symfony\Component\Routing\RouteCollectionBuilder;
3636

37+
/**
38+
* @group functional
39+
*/
3740
class FunctionalTest extends MakerTestCase
3841
{
3942
/**

0 commit comments

Comments
 (0)