We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d5e7f8 commit 851cbeeCopy full SHA for 851cbee
tests/component/ProjectNamespaceTest.php
@@ -43,22 +43,7 @@ class ProjectNamespaceTest extends \PHPUnit_Framework_TestCase
43
*/
44
protected function setUp()
45
{
46
- $docBlockFactory = DocBlockFactory::createInstance();
47
-
48
- $this->fixture = new ProjectFactory(
49
- array(
50
- new Argument(),
51
- new Class_(),
52
- new Constant(),
53
- new DocBlockStrategy($docBlockFactory),
54
- new File(NodesFactory::createInstance()),
55
- new Function_(),
56
- new Interface_(),
57
- new Method(),
58
- new Property(new PrettyPrinter()),
59
- new Trait_(),
60
- )
61
- );
+ $this->fixture = $this->fixture = ProjectFactory::createInstance();
62
}
63
64
public function testWithNamespacedClass()
0 commit comments