mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-11-04 03:07:58 +00:00 
			
		
		
		
	Implemented slug for sources
This commit is contained in:
		@@ -33,4 +33,10 @@ class AbstractSourceTest extends TestCase
 | 
			
		||||
        $this->assertInstanceOf(Collection::class, $this->source->getMemberships());
 | 
			
		||||
        $this->assertInstanceOf(LawInterface::class, $this->source->getLaw());
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public function testSlugInit(): void
 | 
			
		||||
    {
 | 
			
		||||
        $this->expectException(\TypeError::class);
 | 
			
		||||
        $this->source->getSlug();
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user