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 ce38f6e commit 9df0777Copy full SHA for 9df0777
tests/Command/GenerateCommandTest.php
@@ -504,6 +504,9 @@ public function testActivityStreams(): void
504
class Page extends Object_
505
PHP
506
, $page);
507
+
508
+ self::assertFalse($this->fs->exists("$outputDir/App/Entity/Delete.php"));
509
+ self::assertFalse($this->fs->exists("$outputDir/App/Entity/Travel.php"));
510
}
511
512
public function testGenerationWithoutConfigFileQuestion(): void
tests/config/activity-streams.yaml
@@ -9,3 +9,5 @@ types:
9
allProperties: true
10
properties:
11
units: { range: 'http://www.w3.org/2001/XMLSchema#string' }
12
+ Travel:
13
+ exclude: true
0 commit comments