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 3080164 commit 36370caCopy full SHA for 36370ca
Tests/Loader/DirectoryLoaderTest.php
@@ -74,6 +74,6 @@ public function testSupports()
74
$this->assertTrue($loader->supports('directory/', 'directory'), '->supports("directory/", "directory") returns true');
75
$this->assertFalse($loader->supports('directory'), '->supports("directory") returns false');
76
$this->assertTrue($loader->supports('directory', 'directory'), '->supports("directory", "directory") returns true');
77
- $this->assertFalse($loader->supports('directory', 'foo'), '->supports("directory, "foo") returns false');
+ $this->assertFalse($loader->supports('directory', 'foo'), '->supports("directory", "foo") returns false');
78
}
79
0 commit comments