mageekguy\atoum\tests\units\test::testResetMock PHP Method

testResetMock() public method

public testResetMock ( )
    public function testResetMock()
    {
        $this->if($test = new emptyTest())->and($mockController = new \mock\mageekguy\atoum\mock\controller())->and($mockController->control($mock = new \mock\object()))->and($this->resetMock($mockController))->then->object($test->resetMock($mock))->isIdenticalTo($mock->getMockController())->mock($mockController)->call('resetCalls')->once();
    }