コード例 #1
0
 public function testRenderTime()
 {
     $this->assertSame("hello {$this->time}", $this->timer->render('hello {time}', $this->end));
 }
コード例 #2
0
 public function testRenderTime()
 {
     $this->assertEquals("hello {$this->time}", $this->timer->render("hello {time}", $this->end));
 }