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 d44fda8 commit 38f6b00Copy full SHA for 38f6b00
tests/LicenseFileGeneratorTest.php
@@ -43,7 +43,7 @@ protected function assertLicenseEquals($license)
43
public function testInvalidPathThrowsAnErrorException()
44
{
45
$this->setExpectedException(ErrorException::class);
46
- app(LicenseFileGenerator::class)->generate('\\', 'MIT', 'Acme', 'Testing', 'Testing package', 'John Doe', '[email protected]');
+ app(LicenseFileGenerator::class)->generate('*', 'MIT', 'Acme', 'Testing', 'Testing package', 'John Doe', '[email protected]');
47
}
48
49
public function testNotSupportedLicenseThrowLicenseNotSupported()
0 commit comments