ApiPlatform\Core\Tests\Fixtures\TestBundle\Entity\ThirdLevel::setTest PHP Method

setTest() public method

public setTest ( boolean $test )
$test boolean
    public function setTest($test)
    {
        $this->test = $test;
    }