PhockitoSilverStripeTest::testImplementsInjectionOfAnInterfaceDouble PHP Method

testImplementsInjectionOfAnInterfaceDouble() public method

    function testImplementsInjectionOfAnInterfaceDouble()
    {
        global $_PSST_ALL_CLASSES;
        $class = Phockito::mock_class('PhockitoSilverStripeTest_Interface');
        $this->assertTrue(array_key_exists($class, $_PSST_ALL_CLASSES['implementors']['PhockitoSilverStripeTest_Interface']));
    }