コード例 #1
0
 /**
  * Test the clear() method.
  *
  * @return void
  */
 public function testClear()
 {
     $locator = $this->_setMockLocator();
     $locator->expects($this->once())->method('clear');
     MethodRegistry::clear();
 }
コード例 #2
0
 public function tearDown()
 {
     MethodRegistry::clear();
     parent::tearDown();
 }