Skip to content

Commit

Permalink
updated ArchTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanwilliammd committed Mar 24, 2024
1 parent ad85672 commit 9b8d998
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/ArchTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ class ArchTest extends TestCase
{
public function testDebuggingFunctionsNotUsed()
{
$this->assertNotContains('dd', ['dd', 'dump', 'ray']);
$this->assertNotContains('dump', ['dd', 'dump', 'ray']);
$this->assertNotContains('ray', ['dd', 'dump', 'ray']);
$this->expect(['dd', 'dump', 'ray'])->not->toBeUsed();
}
}

0 comments on commit 9b8d998

Please sign in to comment.