clearConfig() final public static method

final public static clearConfig ( )
Ejemplo n.º 1
0
 public function testMockGetInterfacesAndTraits()
 {
     FBMock_Config::setConfig(new MockUtilsTestCase_TestConfig());
     self::assertEquals(array(array('FBMock_Mock'), array('TestCustomTrait1', 'TestCustomTrait2')), FBMock_Utils::getInterfacesAndTraits());
     FBMock_Config::clearConfig();
 }