Fix: comments parsing

This commit is contained in:
bzick 2013-05-30 23:23:22 +04:00
parent 15744665a5
commit 0bb4589d23
4 changed files with 14 additions and 0 deletions

2
.gitignore vendored
View File

@ -1,5 +1,7 @@
.idea
vendor
coverage
build
composer.lock
composer.phar
tests/resources/compile/*

7
CHANGELOG.md Normal file
View File

@ -0,0 +1,7 @@
CHANGELOG
=========
## 1.0 (2013-05-30)
- First release

View File

@ -17,6 +17,7 @@
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
"satooshi/php-coveralls": "dev-master",
"smarty/smarty": "3.*",
"twig/twig": "1.*"
},

View File

@ -34,4 +34,8 @@
<directory>./src/</directory>
</whitelist>
</filter>
<logging>
<log type="coverage-clover" target="build/logs/clover.xml"/>
</logging>
</phpunit>