Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Jan 17, 2024
1 parent 852fdef commit 8aa08fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions src/Concerns/InteractsWithPHPUnit.php
Expand Up @@ -66,6 +66,7 @@ public function isRunningTestCase(): bool
* Resolve PHPUnit method annotations.
*
* @internal
*
* @phpunit-overrides
*
* @return \Illuminate\Support\Collection<string, mixed>
Expand Down Expand Up @@ -96,6 +97,7 @@ protected function resolvePhpUnitAnnotations(): Collection
* Resolve PHPUnit method attributes.
*
* @internal
*
* @phpunit-overrides
*
* @return \Illuminate\Support\Collection<class-string, array<int, object>>
Expand All @@ -120,6 +122,7 @@ protected function resolvePhpUnitAttributes(): Collection
* Resolve PHPUnit method attributes for specific method.
*
* @internal
*
* @phpunit-overrides
*
* @param class-string $className
Expand Down
1 change: 0 additions & 1 deletion tests/AnnotationEnvironmentSetupTest.php
Expand Up @@ -9,7 +9,6 @@
#[RequiresPhpunit('>=10.1.0 <11.0.0')]
class AnnotationEnvironmentSetupTest extends TestCase
{

/** {@inheritDoc} */
#[\Override]
protected function defineEnvironment($app)
Expand Down
1 change: 0 additions & 1 deletion tests/Workbench/DiscoversTest.php
Expand Up @@ -4,7 +4,6 @@

use Composer\InstalledVersions;
use Illuminate\Foundation\Testing\Concerns\InteractsWithViews;
use Orchestra\Testbench\Attributes\RequiresEnv;
use Orchestra\Testbench\Concerns\WithWorkbench;
use Orchestra\Testbench\TestCase;
use PHPUnit\Framework\Attributes\Test;
Expand Down

0 comments on commit 8aa08fe

Please sign in to comment.