@@ -64,12 +64,12 @@ |
||
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 |