Fakerino\Core\Test\Filler\EntityFillerTest::testFillProperties PHP Method

testFillProperties() public method

public testFillProperties ( )
    public function testFillProperties()
    {
        $this->setUpFiller();
        $this->entityFiller->fillProperties();
        $this->assertNotNull($this->testEntity->getOne());
        $this->assertNotNull($this->testEntity->getFour());
        $this->assertNull($this->testEntity->getTwo());
    }