Implemented nested inline tag parsing;

Added unit tests for LongDescription.php;
Added the "src" folder as white listed for code coverage in the PHPUnit configuration;
Fixed the @covers annotation inside the CoversTagTest.php (isn't this ironic?).
This commit is contained in:
Vasil Rangelov
2012-11-04 22:29:38 +02:00
parent 6b707f7166
commit 21ec090933
4 changed files with 214 additions and 3 deletions
+5
View File
@@ -6,4 +6,9 @@
<directory>./tests/</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory suffix=".php">./src/</directory>
</whitelist>
</filter>
</phpunit>