We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f022f5f commit b3647d7Copy full SHA for b3647d7
appveyor.yml
@@ -50,4 +50,5 @@ install:
50
- ./vendor/bin/simple-phpunit install
51
52
test_script:
53
- - ./vendor/bin/simple-phpunit --stop-on-error
+ - ./vendor/bin/simple-phpunit --group=functional --stop-on-error
54
+ - ./vendor/bin/simple-phpunit --exclude-group=functional --stop-on-error
tests/Maker/FunctionalTest.php
@@ -34,6 +34,9 @@
34
use Symfony\Component\HttpKernel\Kernel;
35
use Symfony\Component\Routing\RouteCollectionBuilder;
36
37
+/**
38
+ * @group functional
39
+ */
40
class FunctionalTest extends MakerTestCase
41
{
42
/**
0 commit comments