Skip to content

Commit 9087138

Browse files
zerodaherogithub-actions[bot]
authored andcommitted
Fix styling
1 parent c1344f5 commit 9087138

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

tests/DispatchAdapterTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ class DispatchAdapterTest extends TestCase
3030

3131
/**
3232
* @test
33+
*
3334
* @dataProvider providesEventScenarios
3435
*
3536
* @param mixed $expectedEvent

tests/MarkingStores/EloquentMarkingStoreTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ protected function setUp(): void
1919

2020
/**
2121
* @test
22+
*
2223
* @dataProvider providesSubjects
2324
*
2425
* @param mixed $subject
@@ -50,6 +51,7 @@ public function providesSubjects()
5051

5152
/**
5253
* @test
54+
*
5355
* @dataProvider providesSubjects
5456
*
5557
* @param mixed $subject
@@ -73,6 +75,7 @@ public function testMultiStateMarking($subject)
7375

7476
/**
7577
* @test
78+
*
7679
* @dataProvider providesTypeSafeScenarios
7780
*
7881
* @param mixed $markingValue

tests/WorkflowEventsTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ public function testIfWorkflowEmitsEvents()
121121

122122
/**
123123
* @test
124+
*
124125
* @dataProvider providesEventsToDispatchScenarios
125126
*/
126127
public function testIfWorkflowOnlyEmitsSpecificEvents(?array $eventsToDispatch, array $eventsToExpect)

tests/WorkflowRegistryTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,7 @@ public function testIfCustomMarkingPropertyIsUsed()
361361

362362
/**
363363
* @test
364+
*
364365
* @dataProvider providesAutomaticMarkingStoreScenarios
365366
*/
366367
public function testIfMarkingStoreIsAutomatic(array $typeConfig, bool $expectSingleState)

0 commit comments

Comments
 (0)