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.
2 parents 7a666b8 + 2d3d238 commit bae176eCopy full SHA for bae176e
tests/unit/DocBlock/Tags/ExampleTest.php
@@ -20,10 +20,7 @@ public function testExampleWithoutContent()
20
$tag = Example::create('"example1.php"');
21
$this->assertEquals('"example1.php"', $tag->getContent());
22
$this->assertEquals('', $tag->getDescription());
23
-<<<<<<< b439b29756959ba1476fdfa8fff748fc39528fbc
24
-=======
25
$this->assertEquals('example', $tag->getName());
26
->>>>>>> Adds name to example tag
27
}
28
29
/**
0 commit comments