Skip to content

Instantly share code, notes, and snippets.

@emodric
Created May 13, 2014 19:23
Show Gist options
  • Save emodric/a46297015003b740d0a6 to your computer and use it in GitHub Desktop.
Save emodric/a46297015003b740d0a6 to your computer and use it in GitHub Desktop.
eddie@abyss: ~ $ git clone [email protected]:netgen/TagsBundle.git
Cloning into 'TagsBundle'...
remote: Reusing existing pack: 1916, done.
remote: Counting objects: 8, done.
remote: Compressing objects: 100% (7/7), done.
remote: Total 1924 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (1924/1924), 335.23 KiB | 178.00 KiB/s, done.
Resolving deltas: 100% (625/625), done.
Checking connectivity... done.
eddie@abyss: ~ $ cd TagsBundle/
eddie@abyss: ~/TagsBundle [master] $ curl -sS https://getcomposer.org/installer | php
#!/usr/bin/env php
All settings correct for using Composer
Downloading...
Composer successfully installed to: /home/eddie/TagsBundle/composer.phar
Use it: php composer.phar
eddie@abyss: ~/TagsBundle [master] $ php composer.phar install
Loading composer repositories with package information
Installing dependencies (including require-dev)
- Installing psr/log (dev-master a78d650)
Cloning a78d6504ff5d4367497785ab2ade91db3a9fbe11
- Installing twig/twig (dev-master cd4a372)
Cloning cd4a3727386db46709f1c98f23622e6101f2a6eb
........
- Installing ezsystems/ezpublish-kernel (dev-master c211384)
Cloning c2113846fef142417ea93a76c845fe2aa85e249b
Writing lock file
Generating autoload files
eddie@abyss: ~/TagsBundle [master] $ cp config.php-DEVELOPMENT vendor/ezsystems/ezpublish-kernel/config.php
eddie@abyss: ~/TagsBundle [master] $ phpunit -c phpunit.xml
PHPUnit 3.7.31 by Sebastian Bergmann.
Configuration read from /home/eddie/TagsBundle/phpunit.xml
............................................................... 63 / 207 ( 30%)
.............................................I................. 126 / 207 ( 60%)
.............................................I................. 189 / 207 ( 91%)
..................
Time: 26.51 seconds, Memory: 100.50Mb
OK, but incomplete or skipped tests!
Tests: 207, Assertions: 475, Incomplete: 2.
eddie@abyss: ~/TagsBundle [master] $ phpunit -c phpunit-integration-legacy.xml
PHPUnit 3.7.31 by Sebastian Bergmann.
Configuration read from /home/eddie/TagsBundle/phpunit-integration-legacy.xml
.................................................
Time: 3.55 seconds, Memory: 22.00Mb
OK (49 tests, 63 assertions)
eddie@abyss: ~/TagsBundle [master] $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment