public function testSetGetCssValdiatorPath()
 {
     $cssValidatorPath = '/home/user/css-validator.jar';
     $configuration = new Configuration();
     $configuration->setCssValidatorJarPath($cssValidatorPath);
     $this->assertEquals($cssValidatorPath, $configuration->getCssValidatorJarPath());
 }