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 5cf5d4c commit a432624Copy full SHA for a432624
jobs/cjd_sample/test/BatchOperationSampleTest.php
@@ -39,6 +39,6 @@ public function testBatchOperationSample()
39
$this->commandTester->execute([], ['interactive' => false]);
40
$this->expectOutputRegex('/Company generated:.*Company created:.*Create Job:.*Create Job:.*'
41
. 'Update Job:.*Engineer in Mountain View.*Update Job:.*Engineer in Mountain View.*'
42
- . 'Job deleted.*Job Deleted.*Company deleted./s');
+ . 'Job deleted.*Job deleted.*Company deleted./s');
43
}
44
0 commit comments