예제 #1
0
 public function testRenderTime()
 {
     $this->assertSame("hello {$this->time}", $this->timer->render('hello {time}', $this->end));
 }
 public function testRenderTime()
 {
     $this->assertEquals("hello {$this->time}", $this->timer->render("hello {time}", $this->end));
 }