Example #1
0
 public function testCreateFileSet()
 {
     $this->given($task = new testedClass())->then->object($task->createFileSet())->isInstanceOf('fileSet');
 }