mirror of
https://github.com/flarum/core.git
synced 2025-08-04 23:47:32 +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:
@@ -12,9 +12,9 @@
|
||||
namespace Flarum\Tests\unit\Settings;
|
||||
|
||||
use Flarum\Settings\DatabaseSettingsRepository;
|
||||
use Flarum\Tests\unit\TestCase;
|
||||
use Illuminate\Database\ConnectionInterface;
|
||||
use Mockery as m;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
class DatabaseSettingsRepositoryTest extends TestCase
|
||||
{
|
||||
|
Reference in New Issue
Block a user