File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 20
20
}
21
21
],
22
22
"require" : {
23
- "php" : " ^7.2 " ,
24
- "laravel/framework" : " ~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0" ,
23
+ "php" : " ^7.3 " ,
24
+ "laravel/framework" : " ~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0 " ,
25
25
"intervention/image" : " ^2.4"
26
26
},
27
27
"require-dev" : {
28
28
"orchestra/testbench" : " ^4.0|^5.0" ,
29
- "phpunit/phpunit" : " ^8.0|^9.0"
29
+ "phpunit/phpunit" : " ^8.0|^9.0" ,
30
+ "dms/phpunit-arraysubset-asserts" : " ^0.2.0"
30
31
},
31
32
"autoload" : {
32
33
"psr-4" : {
Original file line number Diff line number Diff line change 2
2
3
3
namespace QCod \ImageUp \Tests ;
4
4
5
+ use DMS \PHPUnitExtensions \ArraySubset \ArraySubsetAsserts ;
5
6
use Illuminate \Http \UploadedFile ;
6
7
use QCod \ImageUp \Tests \Models \User ;
7
8
use QCod \ImageUp \Tests \Models \ModelWithMutator ;
11
12
12
13
class ImageUpTest extends TestCase
13
14
{
15
+ use ArraySubsetAsserts;
16
+
14
17
protected $ user ;
15
18
16
19
public function setUp (): void
You can’t perform that action at this time.
0 commit comments