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 Dec 29, 2024
1 parent 8acaff9 commit 7fdabdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/PHPUnit/AttributeParserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ class AttributeParserTest extends TestCase
/** @test */
public function it_can_validate_attribute()
{
$this->assertFalse(AttributeParser::validAttribute('TestCase::class'));
$this->assertFalse(AttributeParser::validAttribute(TestCase::class));
$this->assertFalse(AttributeParser::validAttribute('Orchestra\Testbench\Support\FluentDecorator'));

Expand Down

0 comments on commit 7fdabdc

Please sign in to comment.