/**
  * @return void
  */
 public function testDistillUsingMethodModifiersOption()
 {
     $this->interfaceDistiller->methodsWithModifiers(\ReflectionMethod::IS_STATIC)->distill('\\com\\github\\gooh\\InterfaceDistiller\\DistillTestClass', 'DistillWithStaticMethodsOnly');
     $this->assertWrittenInterfaceEqualsExpectedFile('distillWithStaticMethodsOnly.php');
 }