Advertisement
Guest User

PHPUnit 3.7.3 (Composer Install)

a guest
Oct 5th, 2012
391
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. ➜ test cat composer.json
  2. {
  3. "require": {
  4. "phpunit/phpunit": "3.7.*"
  5. }
  6. }
  7.  
  8.  
  9. ➜ test php composer.phar install
  10. Loading composer repositories with package information
  11. Installing dependencies
  12. - Installing symfony/yaml (v2.1.2)
  13. Downloading: 100%
  14.  
  15. - Installing phpunit/php-text-template (1.1.3)
  16. Downloading: 100%
  17.  
  18. - Installing phpunit/phpunit-mock-objects (1.2.1)
  19. Downloading: 100%
  20.  
  21. - Installing phpunit/php-timer (1.0.4)
  22. Downloading: 100%
  23.  
  24. - Installing phpunit/php-token-stream (1.1.5)
  25. Downloading: 100%
  26.  
  27. - Installing phpunit/php-file-iterator (1.3.3)
  28. Downloading: 100%
  29.  
  30. - Installing phpunit/php-code-coverage (1.2.3)
  31. Downloading: 100%
  32.  
  33. - Installing phpunit/phpunit (3.7.3)
  34. Downloading: 100%
  35.  
  36. phpunit/phpunit suggests installing phpunit/php-invoker (>=1.1.0)
  37. Writing lock file
  38. Generating autoload files
  39.  
  40.  
  41. ➜ test ./vendor/bin/phpunit --version
  42. PHPUnit 3.7.3 by Sebastian Bergmann.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement