mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Implemented draft for PureSourceCreateType Test and adapted classes to it
This commit is contained in:
@@ -38,7 +38,6 @@ class AbstractSourceTest extends TestCase
|
||||
|
||||
public function testSlugInit(): void
|
||||
{
|
||||
$this->expectException(\TypeError::class);
|
||||
$this->source->getSlug();
|
||||
$this->assertNull($this->source->getSlug());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user