@runInSeparateProcess @expectedException \LogicException
public function testIdExceptionPhp54() {
if (version_compare(phpversion(), '5.4.0', '<')) {
$this
->markTestSkipped('Test skipped, for PHP 5.4 only.');
}
session_start();
$this->proxy
->setId('foo');
}