mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 05:47:11 +02:00
Implemented draft for PureSourceCreateType Test and adapted classes to it
This commit is contained in:
@@ -52,8 +52,7 @@ class UserSourceRepositoryTest extends KernelTestCase
|
||||
$this->assertGreaterThan(0, $insertSource->getId());
|
||||
$this->entityManager->remove($insertSource);
|
||||
$this->entityManager->flush();
|
||||
$this->expectException(\TypeError::class);
|
||||
$insertSource->getId();
|
||||
$this->assertNull($insertSource->getId());
|
||||
}
|
||||
|
||||
public function testCreation(): void
|
||||
|
Reference in New Issue
Block a user