コード例 #1
0
 public function notCallable()
 {
     Timer::measure('@not-callable@');
 }
コード例 #2
0
ファイル: TimerTest.class.php プロジェクト: johannes85/core
 public function not_callable_argument_passed_to_measure_7()
 {
     Timer::measure('@not-callable@');
 }