spy_class() static public method

static public spy_class ( $class )
 function testImplementsInjectionOfAClassDouble()
 {
     global $_PSST_ALL_CLASSES;
     $class = Phockito::spy_class('PhockitoSilverStripeTest_Implementor');
     $this->assertTrue(array_key_exists($class, $_PSST_ALL_CLASSES['implementors']['PhockitoSilverStripeTest_Interface']));
 }