Exemplo n.º 1
0
 public function testImplementorsCanBeBlacklisted()
 {
     $this->blacklist->addImplementorsOf('SebastianBergmann\\GlobalState\\TestFixture\\BlacklistedInterface');
     $this->assertTrue($this->blacklist->isStaticAttributeBlacklisted('SebastianBergmann\\GlobalState\\TestFixture\\BlacklistedImplementor', 'attribute'));
 }