Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit b508f87

Browse files
author
Jean Carlos Farias
authored
fix ci
1 parent 4be35d8 commit b508f87

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/MagentoTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
class MagentoTest extends TestCase
99
{
1010
/**
11-
* Test by configuring the settings in the constructor
11+
* Test by configuring the settings in the constructor.
1212
*
1313
* @return void
1414
**/
@@ -24,7 +24,7 @@ public function test_by_configuring_the_settings_in_the_constructor()
2424
}
2525

2626
/**
27-
* Test by configuring the settings in the laravel configs
27+
* Test by configuring the settings in the laravel configs.
2828
*
2929
* @return void
3030
**/
@@ -46,7 +46,7 @@ public function test_by_configuring_the_settings_in_the_laravel_configs()
4646
}
4747

4848
/**
49-
* Test without configuring the settings
49+
* Test without configuring the settings.
5050
*
5151
* @return void
5252
**/
@@ -68,7 +68,7 @@ public function test_without_configuring_the_settings()
6868
}
6969

7070
/**
71-
* Test by configuring the settings in the constructor have priority
71+
* Test by configuring the settings in the constructor have priority.
7272
*
7373
* @return void
7474
**/

0 commit comments

Comments
 (0)