Beispiel #1
0
 /**
  * Tests the factory method.
  * 
  * @test
  * @covers Gmap::__construct
  * @covers Gmap::factory
  */
 function test_factory_metod()
 {
     $this->assertEquals(new Gmap(), Gmap::factory());
 }