Fakerino\Core\Test\Filler\EntityFillerTest::testFillMethods PHP Méthode

testFillMethods() public méthode

public testFillMethods ( )
    public function testFillMethods()
    {
        $this->setUpFiller();
        $this->entityFiller->fillMethods();
        $this->assertNotNull($this->testEntity->getTwo());
        $this->assertNotNull($this->testEntity->getThree());
        $this->assertNull($this->testEntity->getOne());
    }