mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 06:43:45 +02:00
Update a batch of failing tests
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user