Skip to content
This repository was archived by the owner on Feb 6, 2020. It is now read-only.

Commit a2a9413

Browse files
committed
Fix non exist method
1 parent 28f6327 commit a2a9413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/LazyServiceIntegrationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public function assertProxyDirEmpty($message = '')
7979
$message = $message ?: 'Expected empty proxy directory; found files';
8080
$count = 0;
8181
foreach ($this->listProxyFiles() as $file) {
82-
$this->assertFail($message);
82+
$this->fail($message);
8383
}
8484
$this->assertEquals(0, $count);
8585
}

0 commit comments

Comments
 (0)