Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bffea3 commit 889bc48Copy full SHA for 889bc48
tests/ProjectContextTest.php
@@ -35,7 +35,7 @@ public function testLocateAutoloadFile(): void
35
$context = new ProjectContext();
36
$autoloadFile = $context->locateAutoloadFile();
37
$this->assertNotNull($autoloadFile);
38
- $this->assertTrue(file_exists($autoloadFile));
+ $this->assertFileExists($autoloadFile);
39
}
40
41
public function testLocateFunctionSource(): void
0 commit comments