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 03b5619 commit 80b82e9Copy full SHA for 80b82e9
src/Generators/PoliciesGenerator.php
@@ -97,4 +97,4 @@ private function convertToString(array $methods): string
97
98
return implode("\n\n ", $methodsStrings);
99
}
100
-}
+}
tests/PolicyGenerationTest.php
@@ -1,12 +1,6 @@
1
<?php
2
3
-use Ensi\LaravelOpenApiServerGenerator\Commands\GenerateServer;
4
-use Ensi\LaravelOpenApiServerGenerator\Tests\TestCase;
5
-use Illuminate\Filesystem\Filesystem;
6
-use Illuminate\Support\Facades\Config;
7
8
-use function Pest\Laravel\artisan;
9
-use function PHPUnit\Framework\assertEqualsCanonicalizing;
10
11
test('can generate policy', function () {
12
\PHPUnit\Framework\assertIsBool(true);
0 commit comments