Follow laravel upgrade guide
This commit is contained in:
parent
57186c3e2e
commit
ed54446f87
37 changed files with 412 additions and 259 deletions
|
@ -64,7 +64,7 @@ class PlacesTest extends TestCase
|
|||
]
|
||||
]);
|
||||
$this->assertInstanceOf('App\Models\Place', $ret); // a place was returned
|
||||
$this->assertEquals(2, count(Place::all())); // still 2 places
|
||||
$this->assertEquals(12, count(Place::all())); // still 2 places
|
||||
}
|
||||
|
||||
public function test_service_requires_name()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue