コード例 #1
0
 public function testHasNotConfigurationByDefault()
 {
     $wrapper = new CssValidatorWrapper();
     $this->assertFalse($wrapper->hasConfiguration());
 }