Skip to content

Commit

Permalink
Integration group annotation does not take comments (#1376)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai committed Oct 26, 2020
1 parent 507492b commit cc299b1
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
3 changes: 2 additions & 1 deletion tests/phpunit/FileSystem/Finder/TestFrameworkFinderTest.php
Expand Up @@ -49,7 +49,8 @@
use Symfony\Component\Filesystem\Filesystem;

/**
* @group integration Requires I/O read & writes via the MockVendor
* @group integration
* Requires I/O read & writes via the MockVendor
*
* @see MockVendor
*/
Expand Down
3 changes: 2 additions & 1 deletion tests/phpunit/FileSystem/Locator/RootsFileLocatorTest.php
Expand Up @@ -46,7 +46,8 @@
use Symfony\Component\Filesystem\Filesystem;

/**
* @group integration Requires IO reads
* @group integration
* Requires IO reads
*/
final class RootsFileLocatorTest extends TestCase
{
Expand Down
3 changes: 2 additions & 1 deletion tests/phpunit/Mutator/IgnoreConfigTest.php
Expand Up @@ -39,7 +39,8 @@
use PHPUnit\Framework\TestCase;

/**
* @group integration This is probably a false-positive of the IO checker regarding `fnmatch()`
* @group integration
* This is probably a false-positive of the IO checker regarding `fnmatch()`
*/
final class IgnoreConfigTest extends TestCase
{
Expand Down
3 changes: 2 additions & 1 deletion tests/phpunit/TestFramework/Coverage/CoverageCheckerTest.php
Expand Up @@ -55,7 +55,8 @@
* @runTestsInSeparateProcesses
* @preserveGlobalState disabled
*
* @group integration Requires some I/O operations
* @group integration
* Requires some I/O operations
*/
final class CoverageCheckerTest extends TestCase
{
Expand Down
Expand Up @@ -563,7 +563,8 @@ public function test_it_works_if_schema_location_is_absent_but_xmlns_xsi_is_pres
/**
* @dataProvider schemaProvider
*
* @group integration Might require an external connection to download the XSD
* @group integration
* Might require an external connection to download the XSD
*/
public function test_it_validates_xml_by_xsd(string $xsdSchema): void
{
Expand Down Expand Up @@ -614,7 +615,8 @@ public function test_it_validates_xml_by_xsd(string $xsdSchema): void
/**
* @dataProvider schemaProvider
*
* @group integration Might require an external connection to download the XSD
* @group integration
* Might require an external connection to download the XSD
*/
public function test_it_passes_validation_by_xsd(string $xsdSchema): void
{
Expand Down

0 comments on commit cc299b1

Please sign in to comment.