Skip to content

Commit

Permalink
Fix: Do not use deprecated assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Dec 28, 2021
1 parent dc6b00b commit 9af5844
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ final protected static function assertComposerLockFileExists(Test\Util\State $st

final protected static function assertComposerLockFileNotExists(Test\Util\State $state): void
{
self::assertFileNotExists($state->composerLockFile()->path());
self::assertFileDoesNotExist($state->composerLockFile()->path());
}

final protected static function assertComposerLockFileFresh(Test\Util\State $state): void
Expand Down

0 comments on commit 9af5844

Please sign in to comment.