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 4cd5311 commit 0520ef4Copy full SHA for 0520ef4
Tests/ApplicationTest.php
@@ -352,7 +352,7 @@ public function testFindInvalidNamespace()
352
$this->expectException(NamespaceNotFoundException::class);
353
$this->expectExceptionMessage('There are no commands defined in the "bar" namespace.');
354
355
- (new Application)->findNamespace('bar');
+ (new Application())->findNamespace('bar');
356
}
357
358
public function testFindUniqueNameButNamespaceName()
0 commit comments