コード例 #1
0
ファイル: TimeCategoryTest.php プロジェクト: fedegiust/Jumph
 public function testSetDescription()
 {
     $timeCategory = new TimeCategory();
     $timeCategory->setDescription('Everything like Photoshop, Illustrator, etc');
     $this->assertEquals('Everything like Photoshop, Illustrator, etc', $timeCategory->getDescription());
 }