コード例 #1
0
ファイル: ProfilerTest.php プロジェクト: viesagroup/Prisma
 /**
  * @covers  \Joomla\Profiler\Profiler::getName
  */
 public function testTheProfilerNameIsReturned()
 {
     $this->assertEquals('test', $this->instance->getName());
 }
コード例 #2
0
 /**
  * Tests the getName method.
  *
  * @return  void
  *
  * @covers  \Joomla\Profiler\Profiler::getName
  * @since   1.0
  */
 public function testGetName()
 {
     $this->assertEquals('test', $this->instance->getName());
 }