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:
@@ -48,7 +48,6 @@ class PureSourceIntegrationTest extends KernelTestCase
|
||||
$this->assertGreaterThan(0, $this->pureSource->getId());
|
||||
$this->entityManager->remove($this->pureSource);
|
||||
$this->entityManager->flush();
|
||||
$this->expectException(\TypeError::class);
|
||||
$this->pureSource->getId();
|
||||
$this->assertNull($this->pureSource->getId());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user