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 4, 2024
1 parent bbe3b5c commit b6697ca
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/HelpersTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ public function it_can_compare_phpunit_version()
$this->assertTrue(phpunit_version_compare(Version::id(), '=='));
}

/**
* @test
*/
/** @test */
public function it_can_throw_application_not_available_application_when_app_is_not_laravel()
{
$this->expectException(ApplicationNotAvailableException::class);
Expand Down

0 comments on commit b6697ca

Please sign in to comment.