File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 16
16
"jmikola/geojson" : " ^1.0"
17
17
},
18
18
"require-dev" : {
19
- "phpunit/phpunit" : " ~4.8" ,
19
+ "phpunit/phpunit" : " ~4.8||~5.7 " ,
20
20
"mockery/mockery" : " ^0.9.9" ,
21
21
"laravel/laravel" : " ^5.2" ,
22
22
"codeclimate/php-test-reporter" : " dev-master" ,
23
- "doctrine/dbal" : " ^2.5"
23
+ "doctrine/dbal" : " ^2.5" ,
24
+ "laravel/browser-kit-testing" : " ^2.0"
24
25
},
25
26
"autoload" : {
26
27
"psr-4" : {
Original file line number Diff line number Diff line change 8
8
use Grimzy \LaravelMysqlSpatial \Types \Point ;
9
9
use Grimzy \LaravelMysqlSpatial \Types \Polygon ;
10
10
use Illuminate \Filesystem \Filesystem ;
11
- use Illuminate \ Foundation \ Testing \ TestCase ;
11
+ use Laravel \ BrowserKitTesting \ TestCase as BaseTestCase ;
12
12
13
- class SpatialTest extends TestCase
13
+ class SpatialTest extends BaseTestCase
14
14
{
15
15
/**
16
16
* Boots the application.
You can’t perform that action at this time.
0 commit comments