Example #1
0
 /**
  * Method to test getName().
  *
  * @return void
  *
  * @covers Windwalker\Query\Query::getName
  */
 public function testGetName()
 {
     $this->assertEquals('', $this->instance->getName());
 }