Test Failed
Push — develop ( 185a68...fdcb33 )
by Freddie
02:19
created
tests/Unit/InputTest.php 5 patches
Indentation   +1 added lines, -22 removed lines patch added patch discarded remove patch
@@ -52,25 +52,4 @@
 block discarded – undo
52 52
         $this->assertEquals(<<<T
53 53
 <form name="form" method="post">
54 54
 </form>
55
-T, $render);
56
-    }
57
-
58
-    public function getTypeNameOptions(): array
59
-    {
60
-        return [
61
-            ['text'],
62
-            [' text '],
63
-            [' text'],
64
-            ['text '],
65
-            ['TEXT '],
66
-            ['textType'],
67
-            [' textType '],
68
-            [' textType'],
69
-            ['textType '],
70
-            ['TextType '],
71
-            ['Texttype '],
72
-            ['texttype '],
73
-            ['TEXTTYPE '],
74
-        ];
75
-    }
76
-}
55
+T, $render
77 56
\ No newline at end of file
Please login to merge, or discard this patch.
Switch Indentation   +1 added lines, -22 removed lines patch added patch discarded remove patch
@@ -52,25 +52,4 @@
 block discarded – undo
52 52
         $this->assertEquals(<<<T
53 53
 <form name="form" method="post">
54 54
 </form>
55
-T, $render);
56
-    }
57
-
58
-    public function getTypeNameOptions(): array
59
-    {
60
-        return [
61
-            ['text'],
62
-            [' text '],
63
-            [' text'],
64
-            ['text '],
65
-            ['TEXT '],
66
-            ['textType'],
67
-            [' textType '],
68
-            [' textType'],
69
-            ['textType '],
70
-            ['TextType '],
71
-            ['Texttype '],
72
-            ['texttype '],
73
-            ['TEXTTYPE '],
74
-        ];
75
-    }
76
-}
55
+T, $render
77 56
\ No newline at end of file
Please login to merge, or discard this patch.
Spacing   +1 added lines, -22 removed lines patch added patch discarded remove patch
@@ -52,25 +52,4 @@
 block discarded – undo
52 52
         $this->assertEquals(<<<T
53 53
 <form name="form" method="post">
54 54
 </form>
55
-T, $render);
56
-    }
57
-
58
-    public function getTypeNameOptions(): array
59
-    {
60
-        return [
61
-            ['text'],
62
-            [' text '],
63
-            [' text'],
64
-            ['text '],
65
-            ['TEXT '],
66
-            ['textType'],
67
-            [' textType '],
68
-            [' textType'],
69
-            ['textType '],
70
-            ['TextType '],
71
-            ['Texttype '],
72
-            ['texttype '],
73
-            ['TEXTTYPE '],
74
-        ];
75
-    }
76
-}
55
+T, $render
77 56
\ No newline at end of file
Please login to merge, or discard this patch.
Braces   +1 added lines, -22 removed lines patch added patch discarded remove patch
@@ -52,25 +52,4 @@
 block discarded – undo
52 52
         $this->assertEquals(<<<T
53 53
 <form name="form" method="post">
54 54
 </form>
55
-T, $render);
56
-    }
57
-
58
-    public function getTypeNameOptions(): array
59
-    {
60
-        return [
61
-            ['text'],
62
-            [' text '],
63
-            [' text'],
64
-            ['text '],
65
-            ['TEXT '],
66
-            ['textType'],
67
-            [' textType '],
68
-            [' textType'],
69
-            ['textType '],
70
-            ['TextType '],
71
-            ['Texttype '],
72
-            ['texttype '],
73
-            ['TEXTTYPE '],
74
-        ];
75
-    }
76
-}
55
+T, $render
77 56
\ No newline at end of file
Please login to merge, or discard this patch.
Upper-Lower-Casing   +1 added lines, -22 removed lines patch added patch discarded remove patch
@@ -52,25 +52,4 @@
 block discarded – undo
52 52
         $this->assertEquals(<<<T
53 53
 <form name="form" method="post">
54 54
 </form>
55
-T, $render);
56
-    }
57
-
58
-    public function getTypeNameOptions(): array
59
-    {
60
-        return [
61
-            ['text'],
62
-            [' text '],
63
-            [' text'],
64
-            ['text '],
65
-            ['TEXT '],
66
-            ['textType'],
67
-            [' textType '],
68
-            [' textType'],
69
-            ['textType '],
70
-            ['TextType '],
71
-            ['Texttype '],
72
-            ['texttype '],
73
-            ['TEXTTYPE '],
74
-        ];
75
-    }
76
-}
55
+T, $render
77 56
\ No newline at end of file
Please login to merge, or discard this patch.
tests/Unit/Builder/FormBuilderTest.php 5 patches
Indentation   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -81,6 +81,4 @@
 block discarded – undo
81 81
 
82 82
         $this->assertEquals(<<<T
83 83
 File: <form name="form" method="post"><div id="form"></div></form>
84
-T, $render);
85
-    }
86
-}
84
+T, $render
87 85
\ No newline at end of file
Please login to merge, or discard this patch.
Switch Indentation   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -81,6 +81,4 @@
 block discarded – undo
81 81
 
82 82
         $this->assertEquals(<<<T
83 83
 File: <form name="form" method="post"><div id="form"></div></form>
84
-T, $render);
85
-    }
86
-}
84
+T, $render
87 85
\ No newline at end of file
Please login to merge, or discard this patch.
Spacing   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -81,6 +81,4 @@
 block discarded – undo
81 81
 
82 82
         $this->assertEquals(<<<T
83 83
 File: <form name="form" method="post"><div id="form"></div></form>
84
-T, $render);
85
-    }
86
-}
84
+T, $render
87 85
\ No newline at end of file
Please login to merge, or discard this patch.
Braces   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -81,6 +81,4 @@
 block discarded – undo
81 81
 
82 82
         $this->assertEquals(<<<T
83 83
 File: <form name="form" method="post"><div id="form"></div></form>
84
-T, $render);
85
-    }
86
-}
84
+T, $render
87 85
\ No newline at end of file
Please login to merge, or discard this patch.
Upper-Lower-Casing   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -81,6 +81,4 @@
 block discarded – undo
81 81
 
82 82
         $this->assertEquals(<<<T
83 83
 File: <form name="form" method="post"><div id="form"></div></form>
84
-T, $render);
85
-    }
86
-}
84
+T, $render
87 85
\ No newline at end of file
Please login to merge, or discard this patch.
tests/Unit/Builder/InputBuilderTest.php 5 patches
Indentation   +1 added lines, -26 removed lines patch added patch discarded remove patch
@@ -432,29 +432,4 @@
 block discarded – undo
432 432
 
433 433
         $this->assertEquals(<<<T
434 434
 <div class="row-class form-group"><label for="form_foo">Foo</label><input type="text" id="form_foo" name="form[foo]" class="form-control" /></div>
435
-T, $render);
436
-    }
437
-
438
-    public function getDefaultWithSpacesOptions(): array
439
-    {
440
-        return [
441
-            ['foo bar'],
442
-            ['foo  bar'],
443
-            [' foo bar '],
444
-            [' foo bar'],
445
-            ['foo bar '],
446
-            ['  foo  bar  '],
447
-        ];
448
-    }
449
-
450
-    public function getRequiredOptions(): array
451
-    {
452
-        return [
453
-            [\json_encode(['required'])],
454
-            [\json_encode(['required' => true])],
455
-            [\json_encode(['required' => 'true'])],
456
-            [\json_encode(['required' => 'required'])],
457
-            ['required'],
458
-        ];
459
-    }
460
-}
435
+T, $render
461 436
\ No newline at end of file
Please login to merge, or discard this patch.
Switch Indentation   +1 added lines, -26 removed lines patch added patch discarded remove patch
@@ -432,29 +432,4 @@
 block discarded – undo
432 432
 
433 433
         $this->assertEquals(<<<T
434 434
 <div class="row-class form-group"><label for="form_foo">Foo</label><input type="text" id="form_foo" name="form[foo]" class="form-control" /></div>
435
-T, $render);
436
-    }
437
-
438
-    public function getDefaultWithSpacesOptions(): array
439
-    {
440
-        return [
441
-            ['foo bar'],
442
-            ['foo  bar'],
443
-            [' foo bar '],
444
-            [' foo bar'],
445
-            ['foo bar '],
446
-            ['  foo  bar  '],
447
-        ];
448
-    }
449
-
450
-    public function getRequiredOptions(): array
451
-    {
452
-        return [
453
-            [\json_encode(['required'])],
454
-            [\json_encode(['required' => true])],
455
-            [\json_encode(['required' => 'true'])],
456
-            [\json_encode(['required' => 'required'])],
457
-            ['required'],
458
-        ];
459
-    }
460
-}
435
+T, $render
461 436
\ No newline at end of file
Please login to merge, or discard this patch.
Spacing   +1 added lines, -26 removed lines patch added patch discarded remove patch
@@ -432,29 +432,4 @@
 block discarded – undo
432 432
 
433 433
         $this->assertEquals(<<<T
434 434
 <div class="row-class form-group"><label for="form_foo">Foo</label><input type="text" id="form_foo" name="form[foo]" class="form-control" /></div>
435
-T, $render);
436
-    }
437
-
438
-    public function getDefaultWithSpacesOptions(): array
439
-    {
440
-        return [
441
-            ['foo bar'],
442
-            ['foo  bar'],
443
-            [' foo bar '],
444
-            [' foo bar'],
445
-            ['foo bar '],
446
-            ['  foo  bar  '],
447
-        ];
448
-    }
449
-
450
-    public function getRequiredOptions(): array
451
-    {
452
-        return [
453
-            [\json_encode(['required'])],
454
-            [\json_encode(['required' => true])],
455
-            [\json_encode(['required' => 'true'])],
456
-            [\json_encode(['required' => 'required'])],
457
-            ['required'],
458
-        ];
459
-    }
460
-}
435
+T, $render
461 436
\ No newline at end of file
Please login to merge, or discard this patch.
Braces   +1 added lines, -26 removed lines patch added patch discarded remove patch
@@ -432,29 +432,4 @@
 block discarded – undo
432 432
 
433 433
         $this->assertEquals(<<<T
434 434
 <div class="row-class form-group"><label for="form_foo">Foo</label><input type="text" id="form_foo" name="form[foo]" class="form-control" /></div>
435
-T, $render);
436
-    }
437
-
438
-    public function getDefaultWithSpacesOptions(): array
439
-    {
440
-        return [
441
-            ['foo bar'],
442
-            ['foo  bar'],
443
-            [' foo bar '],
444
-            [' foo bar'],
445
-            ['foo bar '],
446
-            ['  foo  bar  '],
447
-        ];
448
-    }
449
-
450
-    public function getRequiredOptions(): array
451
-    {
452
-        return [
453
-            [\json_encode(['required'])],
454
-            [\json_encode(['required' => true])],
455
-            [\json_encode(['required' => 'true'])],
456
-            [\json_encode(['required' => 'required'])],
457
-            ['required'],
458
-        ];
459
-    }
460
-}
435
+T, $render
461 436
\ No newline at end of file
Please login to merge, or discard this patch.
Upper-Lower-Casing   +1 added lines, -26 removed lines patch added patch discarded remove patch
@@ -432,29 +432,4 @@
 block discarded – undo
432 432
 
433 433
         $this->assertEquals(<<<T
434 434
 <div class="row-class form-group"><label for="form_foo">Foo</label><input type="text" id="form_foo" name="form[foo]" class="form-control" /></div>
435
-T, $render);
436
-    }
437
-
438
-    public function getDefaultWithSpacesOptions(): array
439
-    {
440
-        return [
441
-            ['foo bar'],
442
-            ['foo  bar'],
443
-            [' foo bar '],
444
-            [' foo bar'],
445
-            ['foo bar '],
446
-            ['  foo  bar  '],
447
-        ];
448
-    }
449
-
450
-    public function getRequiredOptions(): array
451
-    {
452
-        return [
453
-            [\json_encode(['required'])],
454
-            [\json_encode(['required' => true])],
455
-            [\json_encode(['required' => 'true'])],
456
-            [\json_encode(['required' => 'required'])],
457
-            ['required'],
458
-        ];
459
-    }
460
-}
435
+T, $render
461 436
\ No newline at end of file
Please login to merge, or discard this patch.