Skip to content
Snippets Groups Projects
Commit 7bf738ad authored by Adam G-H's avatar Adam G-H
Browse files

fix deprecated assert

parent 9388b55c
No related tags found
No related merge requests found
Pipeline #63404 skipped
......@@ -200,7 +200,7 @@ class UnknownPathExcluderTest extends PackageManagerKernelTestBase {
$config->set('include_unknown_files_in_project_root', FALSE)->save();
$this->assertFileExists($project_root . '/unknown/file.txt');
$stage->create();
$this->assertFileNotExists($stage->getStageDirectory() . '/unknown/file.txt');
$this->assertFileDoesNotExist($stage->getStageDirectory() . '/unknown/file.txt');
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment