protected function setUp()
 {
     $this->decoratorClass = '\\QATools\\QATools\\HtmlElements\\PropertyDecorator\\TypifiedPropertyDecorator';
     parent::setUp();
 }
 protected function setUp()
 {
     $this->locatorClass = '\\QATools\\QATools\\BEM\\ElementLocator\\BEMElementLocator';
     $this->decoratorClass = '\\QATools\\QATools\\BEM\\PropertyDecorator\\BEMPropertyDecorator';
     parent::setUp();
 }