PHPUnit_Extension_FunctionMocker::__construct PHP Method

__construct() private method

private __construct ( PHPUnit_Framework_TestCase $testCase, $namespace )
$testCase PHPUnit_Framework_TestCase
    private function __construct(PHPUnit_Framework_TestCase $testCase, $namespace)
    {
        $this->testCase = $testCase;
        $this->namespace = trim($namespace, '\\');
    }