Completed
Push — master ( d78611...69e30d )
by Tõnis
09:46
created
tests/unit/EmailAddressTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
      * Returns a good working LimeSurvey collector
37 37
      * @return EmailAddress
38 38
      */
39
-    public function baseObject(){
39
+    public function baseObject() {
40 40
         $model = new EmailAddress();
41 41
         return $model;
42 42
     }
Please login to merge, or discard this patch.
tests/unit/EmailsValidationFormTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
      * Returns a good working LimeSurvey collector
34 34
      * @return EmailsValidationForm
35 35
      */
36
-    public function baseObject(){
36
+    public function baseObject() {
37 37
         $model = new EmailsValidationForm();
38 38
         return $model;
39 39
     }
Please login to merge, or discard this patch.
tests/_config/test.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,7 @@
 block discarded – undo
3 3
 
4 4
 $config = [
5 5
     'id' => 'test-app',
6
-    'basePath' => dirname(__DIR__). "/../src/",
6
+    'basePath' => dirname(__DIR__) . "/../src/",
7 7
     'aliases' =>[
8 8
         '@vendor' => '@app/../vendor',
9 9
         '@bower' => '@vendor/bower-asset',
Please login to merge, or discard this patch.
tests/_support/UnitTester.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
 {
21 21
     use _generated\UnitTesterActions;
22 22
 
23
-   /**
24
-    * Define custom actions here
25
-    */
23
+    /**
24
+     * Define custom actions here
25
+     */
26 26
 }
Please login to merge, or discard this patch.