You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,27 +61,25 @@ PHPUnit via Composer script:
61
61
composer run-script test
62
62
```
63
63
64
-
**Note**: only the latest version of Laravel and its "past-compatible versions" (i.e., past versions with a compatible `artisan` file) are tested to simplify `artisan` mocking.
65
-
This should not cause test incompleteness because the Laravel framework API is very likely compatible across versions.
\*Note: tests for these Laravel versions are skipped because they have old `artisan` file contents:
72
+
- It is difficult to mock multi-version `artisan` files for different Laravel versions (see ![#6][https://github.com/Vectorial1024/laravel-process-async/issues/6]).
73
+
- It is rare for the `artisan` file at Laravel to be updated
0 commit comments