-
**Describe the bug**
执行 composer require guanguans/laravel-exception-notify --ansi -v 后:
>Generating optimized autoload files
> post-autoload-dump: Illuminate\Foundation\ComposerScripts::postAutolo…
czhou updated
1 month ago
-
Mockery overload causes Fatal Error on Laravel in the case when the assertion does not pass.
Our team faced with this error many times and was unable even to understand what causes this behavior, bec…
-
### What Happened
Expect('App\Enums')->toBeEnums(); is passing although my App doesn't contain an Enums directory.
The test is executed in tests/Unit/ArchTest.php
![pest](https://github.com/pes…
-
My phpunit.xml:
```
./app
./tests/Unit
./tests/Feature
```
…
-
| Q | A
| --------------------| ---------------
| PHPUnit version | 9.2.5
| PHP version | PHP 7.4.7 (cli) (built: Jun 11 2020 18:33:07) ( NTS )
| Installation Met…
-
## Overview
* Enabling the `web` auth guard
* Extending the `Illuminate\Foundation\Auth\User` (a.k.a `Authenticatable`) class for the `Session` model
* Enabling feature and unit testing
* Upgrad…
-
If there are no tests in a test class file, [PHPUnit raises a warning](https://github.com/sebastianbergmann/phpunit/blob/8f46528d874878045526dd58b8d6b69a4b5c749a/src/Framework/TestSuite.php#L129) (`Ev…
-
## 0.1.x - 0.2.0
- [x] Check morph map support
- [x] Trigger notice on deprecated methods
- [x] Add owner morph field
- [x] Make migration command for owner field
- [x] Add upgrade guide for owne…
-
### Versions:
- laravel-modules Version: 11.1.4
- Laravel Version: 11.23.5
- PHP Version: 8.2
### Description:
Getting error while creating 2nd module. 1 module created successfully but after t…
-
I have deleted my models folder and creating the proper folder that would hold my Eloquent Models (or business logic), along with editing my composer file, I got everything working fine in my Unit tes…