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-10 11:49:23 +02:00
parent 607aa79601
commit e0a5a75364
4 changed files with 212 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>