Example #1
0
 /**
  * @covers Template::singleton
  * @todo   Implement testSingleton().
  */
 public function testSingleton()
 {
     // Remove the following lines when you implement this test.
     $this->assertEquals($this->object, Template::singleton());
 }