Skip to content

Commit

Permalink
Fix extension requirement typo in AspectTest
Browse files Browse the repository at this point in the history
Corrected the extension name from 'rauoop' to 'rayaop' in the @requires annotation. This ensures the test checks for the appropriate PHP extension.
  • Loading branch information
koriym committed Sep 14, 2024
1 parent e7df832 commit e5edbb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Aspect/AspectTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function testNewInstanceWithNoBound(): void
}

/**
* @requires extension rauoop
* @requires extension rayaop
* @requires PHP 8.1
* @depends testNewInstance
*
Expand Down

0 comments on commit e5edbb5

Please sign in to comment.