Inheritance: extends PHPUnit_Framework_TestCas\PHPUnit_Framework_TestCase
 protected function setUp()
 {
     parent::setUp();
     if (!class_exists('eZ\\Publish\\Core\\FieldType\\XmlText\\Converter\\Expanding')) {
         $this->markTestSkipped('This tests requires XmlText field type');
     }
 }