File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1010 stopOnFailure =" false" >
1111 <testsuites >
1212 <testsuite name =" Feature Tests" >
13- <directory suffix =" Test.php" >./tests</directory >
13+ <directory suffix =" Test.php" >./tests/Feature </directory >
1414 </testsuite >
1515 </testsuites >
1616 <php >
Original file line number Diff line number Diff line change 11<?php
2- namespace Grimzy \LaravelSpatial \Tests ;
2+ namespace Grimzy \LaravelSpatial \Tests \ Feature ;
33
44use Symfony \Component \Finder \Finder ;
55
File renamed without changes.
Original file line number Diff line number Diff line change 11<?php
2- namespace Grimzy \LaravelSpatial \Tests \Models ;
2+ namespace Grimzy \LaravelSpatial \Tests \Feature \ Models ;
33
44use Grimzy \LaravelSpatial \Eloquent \SpatialTrait ;
55use Illuminate \Database \Eloquent \Model ;
Original file line number Diff line number Diff line change 11<?php
2- namespace Grimzy \LaravelSpatial \Tests ;
2+ namespace Grimzy \LaravelSpatial \Tests \ Feature ;
33
44use Grimzy \LaravelSpatial \SpatialServiceProvider ;
5- use Grimzy \LaravelSpatial \Tests \Models \GeometryModel ;
5+ use Grimzy \LaravelSpatial \Tests \Feature \ Models \GeometryModel ;
66use Grimzy \LaravelSpatial \Types \Point ;
77use Illuminate \Filesystem \Filesystem ;
88use Illuminate \Foundation \Testing \TestCase ;
@@ -16,7 +16,7 @@ class SpatialTest extends TestCase
1616 */
1717 public function createApplication ()
1818 {
19- $ app = require __DIR__ . ' /../vendor/laravel/laravel/bootstrap/app.php ' ;
19+ $ app = require __DIR__ . ' /.. /../vendor/laravel/laravel/bootstrap/app.php ' ;
2020 $ app ->register (SpatialServiceProvider::class);
2121
2222 $ app ->make ('Illuminate\Contracts\Console\Kernel ' )->bootstrap ();
You can’t perform that action at this time.
0 commit comments