コード例 #1
0
 public function testSetSubstitute()
 {
     $intPrac = new InterviewPractical();
     $intPrac->setSubstitute(true);
     $this->assertTrue($intPrac->getSubstitute());
 }