Skip to content

Commit e3f759e

Browse files
committed
Fix forgotten rename after refactor
1 parent c6b7b24 commit e3f759e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/component/phpDocumentor/Descriptor/BaseComponentTestCase.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ protected function createProjectDescriptorUsingAnalyzer($strategy = 'phpparser')
5252
throw new \InvalidArgumentException("Strategy '$strategy' is not supported");
5353
}
5454

55-
$this->fixture->buildFileUsingSourceData($data);
55+
$this->fixture->analyze($data);
5656
$this->projectDescriptor = $this->fixture->getProjectDescriptor();
5757
return array($this->projectDescriptor, $this->filename);
5858
}

0 commit comments

Comments
 (0)