@@ -40,7 +40,7 @@ public function setUp(): void
4040 */
4141 public function testIndex ()
4242 {
43- //DataFixtures create 4 records
43+ // DataFixtures create 4 records
4444 $ this ->loadFixtures ([LoadScheduledCommandData::class]);
4545
4646 $ crawler = $ this ->client ->request ('GET ' , '/command-scheduler/list ' );
@@ -52,7 +52,7 @@ public function testIndex()
5252 */
5353 public function testRemove ()
5454 {
55- //DataFixtures create 4 records
55+ // DataFixtures create 4 records
5656 $ this ->loadFixtures ([LoadScheduledCommandData::class]);
5757
5858 $ this ->client ->followRedirects (true );
@@ -67,7 +67,7 @@ public function testRemove()
6767 */
6868 public function testToggle ()
6969 {
70- //DataFixtures create 4 records
70+ // DataFixtures create 4 records
7171 $ this ->loadFixtures ([LoadScheduledCommandData::class]);
7272
7373 $ this ->client ->followRedirects (true );
@@ -86,7 +86,7 @@ public function testToggle()
8686 */
8787 public function testExecute ()
8888 {
89- //DataFixtures create 4 records
89+ // DataFixtures create 4 records
9090 $ this ->loadFixtures ([LoadScheduledCommandData::class]);
9191
9292 $ this ->client ->followRedirects (true );
@@ -101,7 +101,7 @@ public function testExecute()
101101 */
102102 public function testUnlock ()
103103 {
104- //DataFixtures create 4 records
104+ // DataFixtures create 4 records
105105 $ this ->loadFixtures ([LoadScheduledCommandData::class]);
106106
107107 $ this ->client ->followRedirects (true );
@@ -119,7 +119,7 @@ public function testUnlock()
119119 */
120120 public function testMonitorWithErrors ()
121121 {
122- //DataFixtures create 4 records
122+ // DataFixtures create 4 records
123123 $ this ->loadFixtures ([LoadScheduledCommandData::class]);
124124
125125 $ this ->client ->followRedirects (true );
@@ -138,7 +138,7 @@ public function testMonitorWithErrors()
138138 */
139139 public function testMonitorWithoutErrors ()
140140 {
141- //DataFixtures create 4 records
141+ // DataFixtures create 4 records
142142 $ this ->loadFixtures ([LoadScheduledCommandData::class]);
143143
144144 $ two = $ this ->em ->getRepository ('JMoseCommandSchedulerBundle:ScheduledCommand ' )->find (2 );
0 commit comments