Skip to content
Snippets Groups Projects
TestCase.php 129 B
Newer Older
<?php

namespace Breyta\Test;

use Mockery\Adapter\Phpunit\MockeryTestCase;

abstract class TestCase extends MockeryTestCase
{
}