ControlTest::_before PHP Method

_before() public method

public _before ( )
    public function _before()
    {
        test::double('mpyw\\Co\\Internal\\TypeUtils', ['isCurl' => function ($arg) {
            return $arg instanceof \DummyCurl;
        }]);
    }