Skip to content

Commit d028017

Browse files
committed
Removed useless phpunit group
1 parent 43cdbd3 commit d028017

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Tests/Unit/Job/JobTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,6 @@ public function testExecute()
8181
$this->assertEquals(BatchStatus::STARTED, $jobExecution->getStatus()->getValue(), 'Batch status started');
8282
}
8383

84-
/**
85-
* @group fail
86-
*/
8784
public function testExecuteException()
8885
{
8986
$exception = new \Exception('My test exception');

0 commit comments

Comments
 (0)