mirror of
https://github.com/flarum/core.git
synced 2025-08-30 11:30:21 +02:00
Automatically set up Mockery for unit tests
- Use provided PhpUnit listener to enforce verification of expectations. - Include Mockery's trait to auto-close Mockery after each test.
This commit is contained in:
@@ -19,4 +19,7 @@
|
||||
<directory suffix=".php">./src/</directory>
|
||||
</whitelist>
|
||||
</filter>
|
||||
<listeners>
|
||||
<listener class="\Mockery\Adapter\Phpunit\TestListener"></listener>
|
||||
</listeners>
|
||||
</phpunit>
|
||||
|
Reference in New Issue
Block a user