@expectedException \LogicException
public function testIdExceptionPhp53() {
if (version_compare(phpversion(), '5.4.0', '>=')) {
$this
->markTestSkipped('Test skipped, for PHP 5.3 only.');
}
$this->proxy
->setActive(true);
$this->proxy
->setId('foo');
}