vendor update

This commit is contained in:
Taras Machyshyn
2013-11-19 12:51:37 +02:00
parent 6dcb102d71
commit 6ee90ed26e
2398 changed files with 57199 additions and 80814 deletions

2
vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Version.php vendored Executable file → Normal file
View File

@@ -56,7 +56,7 @@
*/
class PHP_CodeCoverage_Version
{
const VERSION = '1.2.12';
const VERSION = '1.2.13';
protected static $version;
/**