Update a batch of failing tests
This commit is contained in:
parent
c19c423568
commit
787346525b
13 changed files with 218 additions and 195 deletions
|
@ -8,8 +8,22 @@ abstract class TestCase extends BaseTestCase
|
|||
{
|
||||
use CreatesApplication;
|
||||
|
||||
/**
|
||||
* Setup tests.
|
||||
*/
|
||||
public function setUp()
|
||||
{
|
||||
parent::setUp();
|
||||
|
||||
$this->setKnownUuidFactory();
|
||||
}
|
||||
|
||||
/**
|
||||
* Handles the known UUID handling in certain unit tests. Use the "KnownUuid" trait
|
||||
* in order to enable this ability.
|
||||
*/
|
||||
public function setKnownUuidFactory()
|
||||
{
|
||||
// do nothing
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue