File tree Expand file tree Collapse file tree 4 files changed +10
-9
lines changed
tests/fixture/app/Console Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 88 strategy :
99 fail-fast : false
1010 matrix :
11- php : [7.3, 7.4, 8.0 ]
11+ php : [8.0, 8.1 ]
1212 stability : [prefer-lowest, prefer-stable]
1313
1414 name : PHP ${{ matrix.php }} / ${{ matrix.stability }}
Original file line number Diff line number Diff line change 1616Laravel-specific Testing Helpers and Assertions.
1717
1818| Laravel | Testing Tools |
19- | ------- | :----------------------------------------------------------------------: |
19+ | ---------| --------------------------------------------------------------------------|
20+ | 9.x | [ 9.x] ( https://github.com/dmitry-ivanov/laravel-testing-tools/tree/9.x ) |
2021| 8.x | [ 8.x] ( https://github.com/dmitry-ivanov/laravel-testing-tools/tree/8.x ) |
2122| 7.x | [ 7.x] ( https://github.com/dmitry-ivanov/laravel-testing-tools/tree/7.x ) |
2223| 6.x | [ 6.x] ( https://github.com/dmitry-ivanov/laravel-testing-tools/tree/6.x ) |
Original file line number Diff line number Diff line change 1212 "email" : " dmitry.g.ivanov@gmail.com"
1313 }],
1414 "require" : {
15- "php" : " ^7.3|^ 8.0" ,
16- "illuminate/database" : " ^8 .0" ,
17- "illuminate/support" : " ^8 .0" ,
18- "mockery/mockery" : " ^1.3.2 "
15+ "php" : " ^8.0.2 " ,
16+ "illuminate/database" : " ^9 .0" ,
17+ "illuminate/support" : " ^9 .0" ,
18+ "mockery/mockery" : " ^1.4.4 "
1919 },
2020 "require-dev" : {
21- "phpunit/phpunit" : " ^9.3.3 " ,
22- "orchestra/testbench" : " ^6 .0"
21+ "phpunit/phpunit" : " ^9.5.10 " ,
22+ "orchestra/testbench" : " ^7 .0"
2323 },
2424 "autoload" : {
2525 "psr-4" : {
Original file line number Diff line number Diff line change 77use Illuminated \Testing \Tests \App \Console \Commands \GenericCommand ;
88use Illuminated \Testing \Tests \App \Console \Commands \TableOutputCommand ;
99
10- class Kernel extends \Orchestra \Testbench \Console \Kernel
10+ class Kernel extends \Orchestra \Testbench \Foundation \ Console \Kernel
1111{
1212 /**
1313 * The Artisan commands provided by the application.
You can’t perform that action at this time.
0 commit comments