Skip to content

Instantly share code, notes, and snippets.

@mikeyp
Created October 23, 2013 02:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikeyp/7111706 to your computer and use it in GitHub Desktop.
Save mikeyp/7111706 to your computer and use it in GitHub Desktop.
mdp ~/www/8/core (8.x): time ./vendor/bin/phpunit tests/Drupal/Tests/Core/Access/AccessManagerTest.php
PHPUnit 3.7.21 by Sebastian Bergmann.
Configuration read from /Users/mdp/www/8/core/phpunit.xml.dist
........................
Time: 0 seconds, Memory: 6.25Mb
OK (24 tests, 99 assertions)
real 0m0.398s
user 0m0.292s
sys 0m0.103s
mdp ~/www/8 (8.x): time php ./core/scripts/run-tests.sh --file core/tests/Drupal/Tests/Core/Access/AccessManagerTest.php
Drupal test run
---------------
Tests to be run:
- Access manager tests (Drupal\Tests\Core\Access\AccessManagerTest)
Test run started:
Tuesday, October 22, 2013 - 19:29
Test summary
------------
5 passes, 0 fails, and 0 exceptions
Test run duration: 1 sec
real 0m1.980s
user 0m1.486s
sys 0m0.270s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment