File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ public function testValid()
9494
9595 (new StateMachineValidator ())->validate ($ definition , 'foo ' );
9696
97- // the test simply ensures that the validation does not fail (i.e. it does not throw any exceptions)
97+ // the test ensures that the validation does not fail (i.e. it does not throw any exceptions)
9898 $ this ->addToAssertionCount (1 );
9999
100100 // The graph looks like:
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ public function testSinglePlaceWorkflowValidatorAndSimpleWorkflow()
2929
3030 (new WorkflowValidator (true ))->validate ($ definition , 'foo ' );
3131
32- // the test simply ensures that the validation does not fail (i.e. it does not throw any exceptions)
32+ // the test ensures that the validation does not fail (i.e. it does not throw any exceptions)
3333 $ this ->addToAssertionCount (1 );
3434 }
3535
@@ -64,7 +64,7 @@ public function testSameTransitionNameButNotSamePlace()
6464
6565 (new WorkflowValidator ())->validate ($ definition , 'foo ' );
6666
67- // the test simply ensures that the validation does not fail (i.e. it does not throw any exceptions)
67+ // the test ensures that the validation does not fail (i.e. it does not throw any exceptions)
6868 $ this ->addToAssertionCount (1 );
6969 }
7070}
You can’t perform that action at this time.
0 commit comments