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 1616 "jmikola/geojson" : " ^1.0"
1717 },
1818 "require-dev" : {
19- "phpunit/phpunit" : " ~4.8" ,
19+ "phpunit/phpunit" : " ~4.8||~5.7 " ,
2020 "mockery/mockery" : " ^0.9.9" ,
2121 "laravel/laravel" : " ^5.2" ,
2222 "codeclimate/php-test-reporter" : " dev-master" ,
23- "doctrine/dbal" : " ^2.5"
23+ "doctrine/dbal" : " ^2.5" ,
24+ "laravel/browser-kit-testing" : " ^2.0"
2425 },
2526 "autoload" : {
2627 "psr-4" : {
Original file line number Diff line number Diff line change 88use Grimzy \LaravelMysqlSpatial \Types \Point ;
99use Grimzy \LaravelMysqlSpatial \Types \Polygon ;
1010use Illuminate \Filesystem \Filesystem ;
11- use Illuminate \ Foundation \ Testing \ TestCase ;
11+ use Laravel \ BrowserKitTesting \ TestCase as BaseTestCase ;
1212
13- class SpatialTest extends TestCase
13+ class SpatialTest extends BaseTestCase
1414{
1515 /**
1616 * Boots the application.
You can’t perform that action at this time.
0 commit comments