Failed Conditions
Push — complex_graph_v3 ( fca431...2b444c )
by Donald
01:28
created
test/Integration/Chekote/NounStore/Store/GetTest.php 1 patch
Spacing   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -64,12 +64,12 @@
 block discarded – undo
64 64
 
65 65
     public function happyPathDataProvider() {
66 66
         return [
67
-            'Noun'                       => ['Person',               $this->alice,  'Alice is the most recent Person in the store'],
68
-            'Nth Noun'                   => ['1st Person',           $this->bob,    'Bob is the 1st Person in the store'],
69
-            'Related Noun'               => ["Person's car",         $this->chevy,  'Alice is the most recent Person in the store, and her most recent car is the Chevrolet'],
70
-            'Related Nth Noun'           => ["Person's 1st car",     $this->ford,   'Alice is the most recent Person in the store, and her 1st car is the Ford'],
71
-            'Nth Nouns Related Noun'     => ["1st Person's car",     $this->toyota, 'Bob is the 1st Person in the store, and his most recent car is the Toyota'],
72
-            'Nth Nouns Related Nth Noun' => ["1st Person's 1st car", $this->kia,    'Bob is the 1st Person in the store, and his 1st car is the Kia'],
67
+            'Noun'                       => ['Person', $this->alice, 'Alice is the most recent Person in the store'],
68
+            'Nth Noun'                   => ['1st Person', $this->bob, 'Bob is the 1st Person in the store'],
69
+            'Related Noun'               => ["Person's car", $this->chevy, 'Alice is the most recent Person in the store, and her most recent car is the Chevrolet'],
70
+            'Related Nth Noun'           => ["Person's 1st car", $this->ford, 'Alice is the most recent Person in the store, and her 1st car is the Ford'],
71
+            'Nth Nouns Related Noun'     => ["1st Person's car", $this->toyota, 'Bob is the 1st Person in the store, and his most recent car is the Toyota'],
72
+            'Nth Nouns Related Nth Noun' => ["1st Person's 1st car", $this->kia, 'Bob is the 1st Person in the store, and his 1st car is the Kia'],
73 73
         ];
74 74
     }
75 75
 
Please login to merge, or discard this patch.