File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 15
15
"illuminate/validation" : " 5.*@dev"
16
16
},
17
17
"require-dev" : {
18
- "phpunit/phpunit" : " ~4 .0" ,
19
- "orchestra/testbench-browser-kit " : " ~3.4"
18
+ "phpunit/phpunit" : " ~5 .0" ,
19
+ "orchestra/testbench" : " ~3.4"
20
20
},
21
21
"extra" : {
22
22
"branch-alias" : {
Original file line number Diff line number Diff line change 4
4
use Kris \LaravelFormBuilder \Fields \CollectionType ;
5
5
use Kris \LaravelFormBuilder \Fields \SelectType ;
6
6
use Kris \LaravelFormBuilder \Form ;
7
+ use Illuminate \Foundation \Testing \Concerns \InteractsWithSession ;
7
8
8
9
class CollectionTypeTest extends FormBuilderTestCase
9
10
{
11
+ use InteractsWithSession;
12
+
10
13
/** @test */
11
14
public function it_creates_collection ()
12
15
{
Original file line number Diff line number Diff line change 6
6
use Kris \LaravelFormBuilder \FormBuilder ;
7
7
use Kris \LaravelFormBuilder \FormHelper ;
8
8
use Kris \LaravelFormBuilder \Form ;
9
- use Orchestra \Testbench \BrowserKit \ TestCase ;
9
+ use Orchestra \Testbench \TestCase ;
10
10
use Illuminate \Database \Eloquent \Model ;
11
11
12
12
class TestModel extends Model {
You can’t perform that action at this time.
0 commit comments