Fakerino\Test\Core\Entity\EntityFillerTest::testGetProperties PHP Méthode

testGetProperties() public méthode

public testGetProperties ( )
    public function testGetProperties()
    {
        $properties = $this->entityFiller->getProperties();
        $this->assertNotEmpty($properties);
        $this->assertInternalType('array', $properties);
        $this->assertEquals(2, count($properties));
    }