コード例 #1
0
ファイル: 18.php プロジェクト: casan/eccube-2_13
 function thisDay()
 {
     return '<b>' . parent::thisDay() . '</b>';
 }
コード例 #2
0
 function testThisDay()
 {
     $this->mockcal->expectOnce('thisDay', array('int'));
     $Decorator = new Calendar_Decorator($this->mockcal);
     $this->assertEqual(15, $Decorator->thisDay());
 }