mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-10-31 09:19:08 +00:00 
			
		
		
		
	Specified UserSourceRepositoryTests
This commit is contained in:
		| @@ -64,6 +64,9 @@ class UserSourceRepositoryTest extends KernelTestCase | ||||
|         $userSourceId = $userSource->getId(); | ||||
|         $loadedUserSource = $this->entityManager->getRepository(UserSource::class)->find($userSourceId); | ||||
|         $this->assertEquals($userSourceId, $loadedUserSource->getId()); | ||||
|         $this->assertGreaterThan(0, $userSource->getCreatorRelation()->getId()); | ||||
|         $this->assertGreaterThan(0, $userSource->getLaw()->getId()); | ||||
|         $this->assertFalse($userSource->hasPersonIdentitySource()); | ||||
|         $this->entityManager->remove($loadedUserSource); | ||||
|         $this->entityManager->flush(); | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user