Skip to content

Commit

Permalink
Remove requires
Browse files Browse the repository at this point in the history
  • Loading branch information
NaokiTsuchiya committed Oct 19, 2022
1 parent 1add35a commit a4cafc8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/ApplicationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ public function testResolvedByIlluminateWhenNonClassStringGiven(): void

$this->assertInstanceOf(IlluminateGreeting::class, $greeting);
}

/**
* @requires extension apcu
*/
public function testCacheableContext(): void
{
$app = $this->createApplication(FakeCacheableContext::class);
Expand Down

0 comments on commit a4cafc8

Please sign in to comment.