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

test: Remove unnecessary separate processes annotation #1043

Merged
merged 1 commit into from
Oct 9, 2023
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: 0 additions & 3 deletions tests/Console/Command/GenerateDockerFileTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@
/**
* @covers \KevinGH\Box\Console\Command\GenerateDockerFile
*
* @runTestsInSeparateProcesses This is necessary as instantiating a PHAR in memory may load/autoload some stuff which
* can create undesirable side-effects.
*
* @internal
*/
class GenerateDockerFileTest extends CommandTestCase
Expand Down
6 changes: 0 additions & 6 deletions tests/Console/Command/InfoTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@
* @covers \KevinGH\Box\Console\Command\Info
* @covers \KevinGH\Box\Console\Command\PharInfoRenderer
*
* @runTestsInSeparateProcesses This is necessary as instantiating a PHAR in memory may load/autoload some stuff which
* can create undesirable side effect.
*
* @internal
*/
/**
* @internal
*/
class InfoTest extends CommandTestCase
Expand Down
2 changes: 0 additions & 2 deletions tests/Console/Command/ValidateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
* @covers \KevinGH\Box\Console\Command\Validate
* @covers \KevinGH\Box\Console\MessageRenderer
*
* @runTestsInSeparateProcesses
*
* @internal
*/
class ValidateTest extends CommandTestCase
Expand Down
2 changes: 0 additions & 2 deletions tests/Phar/PharFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
* @covers \KevinGH\Box\Phar\InvalidPhar
* @covers \KevinGH\Box\Phar\PharFactory
*
* @runTestsInSeparateProcesses
*
* @internal
*/
final class PharFactoryTest extends TestCase
Expand Down
1 change: 0 additions & 1 deletion tests/Phar/PharInfoTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

/**
* @covers \KevinGH\Box\Phar\PharInfo
* @runTestsInSeparateProcesses
*
* @internal
*/
Expand Down
Loading