Skip to content

Instantly share code, notes, and snippets.

@foxmask
Created March 28, 2012 15:14
Show Gist options
  • Save foxmask/2227090 to your computer and use it in GitHub Desktop.
Save foxmask/2227090 to your computer and use it in GitHub Desktop.
Atoum debugging --test-it
> mageekguy\atoum\tests\units\writers\std\out...
[SSS_________________________________________________________][3/3]
=> Test duration: 0.01 second.
=> Memory usage: 0.75 Mb.
> Total tests duration: 15.86 seconds.
> Total tests memory usage: 474.75 Mb.
> Running duration: 23.17 seconds.
Failure (131 tests, 957/959 methods, 0 failure, 1 error, 0 exception) !
> There are 18 outputs:
=> In mageekguy\atoum\tests\units\factory::testReturnWhenBuild():
string(13) "arrayIterator"
=> In mageekguy\atoum\tests\units\factory::testSetBuilder():
string(13) "arrayIterator"
=> In mageekguy\atoum\tests\units\factory::testBuild():
string(13) "arrayIterator"
string(13) "arrayIterator"
string(13) "arrayIterator"
string(13) "arrayIterator"
string(13) "arrayIterator"
string(13) "arrayIterator"
string(13) "arrayIterator"
string(13) "arrayIterator"
string(13) "arrayIterator"
string(13) "arrayIterator"
string(13) "arrayIterator"
string(13) "arrayIterator"
=> In mageekguy\atoum\tests\units\script::test__construct():
string(22) "mageekguy\atoum\locale"
string(23) "mageekguy\atoum\adapter"
string(39) "mageekguy\atoum\script\arguments\parser"
string(31) "mageekguy\atoum\writers\std\out"
string(31) "mageekguy\atoum\writers\std\err"
string(22) "mageekguy\atoum\locale"
string(23) "mageekguy\atoum\adapter"
string(39) "mageekguy\atoum\script\arguments\parser"
string(31) "mageekguy\atoum\writers\std\out"
string(31) "mageekguy\atoum\writers\std\err"
=> In mageekguy\atoum\tests\units\script::testRun():
string(23) "mageekguy\atoum\adapter"
string(39) "mageekguy\atoum\script\arguments\parser"
=> In mageekguy\atoum\tests\units\script::testPrompt():
string(23) "mageekguy\atoum\adapter"
string(31) "mageekguy\atoum\writers\std\out"
=> In mageekguy\atoum\tests\units\scripts\builder::test__construct():
string(22) "mageekguy\atoum\locale"
string(23) "mageekguy\atoum\adapter"
string(39) "mageekguy\atoum\script\arguments\parser"
string(31) "mageekguy\atoum\writers\std\out"
string(31) "mageekguy\atoum\writers\std\err"
string(39) "mageekguy\atoum\scripts\builder\vcs\svn"
string(28) "mageekguy\atoum\superglobals"
=> In mageekguy\atoum\tests\units\scripts\builder::testWriteInErrorDirectory():
string(23) "mageekguy\atoum\adapter"
=> In mageekguy\atoum\tests\units\scripts\builder::testRun():
string(23) "mageekguy\atoum\adapter"
=> In mageekguy\atoum\tests\units\scripts\builder::testCheckUnitTests():
string(23) "mageekguy\atoum\adapter"
=> In mageekguy\atoum\tests\units\scripts\builder::testCreatePhar():
string(23) "mageekguy\atoum\adapter"
=> In mageekguy\atoum\tests\units\scripts\phar\generator::test__construct():
string(23) "mageekguy\atoum\adapter"
string(23) "mageekguy\atoum\adapter"
string(22) "mageekguy\atoum\locale"
string(23) "mageekguy\atoum\adapter"
string(39) "mageekguy\atoum\script\arguments\parser"
=> In mageekguy\atoum\tests\units\scripts\phar\generator::testSetStubFile():
string(23) "mageekguy\atoum\adapter"
=> In mageekguy\atoum\tests\units\scripts\phar\generator::testSetDestinationDirectory():
string(23) "mageekguy\atoum\adapter"
=> In mageekguy\atoum\tests\units\scripts\phar\generator::testSetOriginDirectory():
string(23) "mageekguy\atoum\adapter"
=> In mageekguy\atoum\tests\units\scripts\phar\generator::testRun():
string(23) "mageekguy\atoum\adapter"
string(4) "phar"
string(4) "phar"
=> In mageekguy\atoum\tests\units\scripts\phar\stub::testUpdate():
string(4) "phar"
=> In mageekguy\atoum\tests\units\scripts\runner::test__construct():
string(22) "mageekguy\atoum\locale"
string(23) "mageekguy\atoum\adapter"
string(22) "mageekguy\atoum\runner"
string(24) "mageekguy\atoum\includer"
> There is 1 error:
=> mageekguy\atoum\tests\units\factory::testBuild():
==> Error E_WARNING in /home/foxmask/atoum/tests/units/classes/factory.php on line 50, generated by file /home/foxmask/atoum/classes/factory.php on line 24:
Unknown class passed as parameter
> There are 2 uncompleted methods:
=> mageekguy\atoum\tests\units\includer::testIncludePath() with exit code 0:
==> output(0) ""
=> mageekguy\atoum\tests\units\scripts\runner::testUseConfigFile() with exit code 0:
==> output(36) "string(22) "mageekguy\atoum\locale""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment