Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration group annotation does not take comments #1376

Merged
merged 1 commit into from
Oct 26, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion tests/phpunit/FileSystem/Finder/TestFrameworkFinderTest.php
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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