phpunit-all-in-one icon indicating copy to clipboard operation
phpunit-all-in-one copied to clipboard

That's another way to install PHPUnit without the PEAR

Results 6 phpunit-all-in-one issues
Sort by recently updated
recently updated
newest added

You updates breaks phpcd, phpmd and others, did you testing them ? Check in src/php/ezc/Base/base.php ``` php private static $libraryMode = 'pear' ``` Check that directory with sources exists src/fdomdocument/TheSeer/fDOMDocument

Changed the other uses of sed to perl.

I just get this when executing phploc phploc . ``` #!/usr/bin/env php PHP Fatal error: Couldn't find autoload directory '/var/www/dennis/vendor/EHER/PHPUnit/src/php/ezc/Base/../../autoload/' in /var/www/dennis/vendor/EHER/PHPUnit/src/php/ezc/Base/base.php on line 206 PHP Stack trace: PHP 1....

Running `bin/phpunit` prints out the shebang line at the top of the scripts output: ``` sh #!/usr/bin/env php PHPUnit 3.6.10 by Sebastian Bergmann. ```

Hey guys, I tried to make a package based on this. It worked on my computer but when I tried it on a base php install it didn't work.. Fatal...

I'm still new to composer, but it was my understanding that you could just build out a really big composer.json file that would build all of this on the fly....