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 691448c commit 738f4caCopy full SHA for 738f4ca
tests/Builders/SecurityBuilderTest.php
@@ -155,6 +155,11 @@ public function testWeCanAddTurnOffOperationSecurityUsingBuilder()
155
$routeInfo->action = 'get';
156
$routeInfo->name = 'test route';
157
$routeInfo->actionAttributes = collect([
158
+ /**
159
+ * we can set secuity to null to turn it off, as
160
+ * that's the default value. So '' is next best
161
+ * option?
162
+ */
163
new AttributesOperation(security: ''),
164
]);
165
$routeInfo->uri = '/example';
0 commit comments