/** * Test the setPublicCond() method from the Condition class * * @uses \bcGen\MainBundle\Entity\Condition::setPublicCond() */ public function testSetPublicCond2() { echo "\n********************Test SetPublicCond4()*************************************************\n"; $this->condition->setPublicCond(FALSE); $this->assertFalse($this->condition->getPublicCond()); }