@expectedException \RuntimeException
public function testSetDoesNotAllowInactiveScope() { $c = new Container(); $c ->addScope(new Scope('foo')); $c ->set('foo', new \stdClass(), 'foo'); }