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 8a5306c commit 55114d8Copy full SHA for 55114d8
Tests/DotenvTest.php
@@ -322,7 +322,7 @@ public function testOverload()
322
323
public function testLoadDirectory()
324
{
325
- $this->expectException('Symfony\Component\Dotenv\Exception\PathException');
+ $this->expectException(\Symfony\Component\Dotenv\Exception\PathException::class);
326
$dotenv = new Dotenv(true);
327
$dotenv->load(__DIR__);
328
}
0 commit comments