/**
  * @expectedException \BadMethodCallException
  * @expectedExceptionMessage Method getSystemLevelClass() unsupported.
  */
 public function testGetSystemLevelClass()
 {
     $this->assertFalse($this->provider->getSystemLevelClass());
 }