Fakerino\Test\Core\Entity\EntityFillerTest::testGetProperties PHP Method

testGetProperties() public method

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