mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-11-03 18:58:01 +00:00 
			
		
		
		
	Renamed domain FixtureManagement to Fixture
This commit is contained in:
		@@ -0,0 +1,18 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
namespace tests\Unit\Domain\Fixture;
 | 
			
		||||
 | 
			
		||||
use PHPUnit\Framework\TestCase;
 | 
			
		||||
use Infinito\Domain\Fixture\FixtureSource\GuestUserFixtureSource;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * @author kevinfrantz
 | 
			
		||||
 */
 | 
			
		||||
class GuestUserFixtureSourceTest extends TestCase
 | 
			
		||||
{
 | 
			
		||||
    public function testSlugName(): void
 | 
			
		||||
    {
 | 
			
		||||
        $fixtureSource = new GuestUserFixtureSource();
 | 
			
		||||
        $this->assertNotEquals($fixtureSource->getName(), $fixtureSource::getSlug());
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user