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

testGetMethods() public method

public testGetMethods ( )
    public function testGetMethods()
    {
        $methods = $this->entityFiller->getMethods();
        $this->assertNotEmpty($methods);
        $this->assertInternalType('array', $methods);
        $this->assertEquals(12, count($methods));
    }