Skip to content

Instantly share code, notes, and snippets.

@mageekguy
Created August 16, 2012 08:46
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 mageekguy/3368488 to your computer and use it in GitHub Desktop.
Save mageekguy/3368488 to your computer and use it in GitHub Desktop.
fch@Tornade:~/Atoum/repository(master *$%)
21> php scripts/runner.php --test-all
> PHP path: /usr/local/bin/php
> PHP version:
=> PHP 5.4.5 (cli) (built: Jul 24 2012 21:39:33)
=> Copyright (c) 1997-2012 The PHP Group
=> Zend Engine v2.4.0, Copyright (c) 1998-2012 Zend Technologies
> mageekguy\atoum\tests\units\adapter...
[SS__________________________________________________________][2/2]
=> Test duration: 0.01 second.
=> Memory usage: 0.50 Mb.
> mageekguy\atoum\tests\units\annotations\extractor...
[SSSSSSSS____________________________________________________][8/8]
=> Test duration: 0.10 second.
=> Memory usage: 1.25 Mb.
> mageekguy\atoum\tests\units\asserter...
[SS__________________________________________________________][2/2]
=> Test duration: 0.01 second.
=> Memory usage: 0.25 Mb.
> mageekguy\atoum\tests\units\asserter\generator...
[SSSSSSS_____________________________________________________][7/7]
=> Test duration: 0.07 second.
=> Memory usage: 0.00 Mb.
> mageekguy\atoum\tests\units\asserters\adapter...
[SSSSSSSSSSSSSSSSSSS_________________________________________][19/19]
=> Test duration: 0.45 second.
=> Memory usage: 5.50 Mb.
> mageekguy\atoum\tests\units\asserters\adapter\call\adapter...
[....._______________________________________________________][0/5]
<?php
$script->addTestAllDirectory(__DIR__ . '/tests/units');
fch@Tornade:~/Atoum/repository(master *$%)
20> php tests/units/classes/adapter.php
> PHP path: /usr/local/bin/php
> PHP version:
=> PHP 5.4.5 (cli) (built: Jul 24 2012 21:39:33)
=> Copyright (c) 1997-2012 The PHP Group
=> Zend Engine v2.4.0, Copyright (c) 1998-2012 Zend Technologies
> mageekguy\atoum\tests\units\adapter...
[SS__________________________________________________________][2/2]
=> Test duration: 0.01 second.
=> Memory usage: 0.50 Mb.
> Total test duration: 0.01 second.
> Total test memory usage: 0.50 Mb.
> Running duration: 0.07 second.
Success (1 test, 2/2 methods, 4 assertions, 0 error, 0 exception) !
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment