Ejemplo n.º 1
0
 /**
  * @test
  */
 public function setInstanceSetsInstance()
 {
     tx_oelib_Geocoding_Google::purgeInstance();
     $instance = new tx_oelib_Geocoding_Dummy();
     tx_oelib_Geocoding_Google::setInstance($instance);
     self::assertSame($instance, tx_oelib_Geocoding_Google::getInstance());
 }