We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d8d3e7 commit db15cfdCopy full SHA for db15cfd
composer.json
@@ -20,7 +20,8 @@
20
"mockery/mockery": "^0.9.9",
21
"laravel/laravel": "^5.2",
22
"codeclimate/php-test-reporter": "dev-master",
23
- "doctrine/dbal": "^2.5"
+ "doctrine/dbal": "^2.5",
24
+ "laravel/browser-kit-testing": "^2.0"
25
},
26
"autoload": {
27
"psr-4": {
tests/Integration/SpatialTest.php
@@ -8,9 +8,9 @@
8
use Grimzy\LaravelMysqlSpatial\Types\Point;
9
use Grimzy\LaravelMysqlSpatial\Types\Polygon;
10
use Illuminate\Filesystem\Filesystem;
11
-use Illuminate\Foundation\Testing\TestCase;
+use Laravel\BrowserKitTesting\TestCase as BaseTestCase;
12
13
-class SpatialTest extends TestCase
+class SpatialTest extends BaseTestCase
14
{
15
/**
16
* Boots the application.
0 commit comments