Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 889bc48

Browse files
authored
chore: use dedicated test assertion. (GoogleCloudPlatform#96)
1 parent 0bffea3 commit 889bc48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ProjectContextTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function testLocateAutoloadFile(): void
3535
$context = new ProjectContext();
3636
$autoloadFile = $context->locateAutoloadFile();
3737
$this->assertNotNull($autoloadFile);
38-
$this->assertTrue(file_exists($autoloadFile));
38+
$this->assertFileExists($autoloadFile);
3939
}
4040

4141
public function testLocateFunctionSource(): void

0 commit comments

Comments
 (0)