Skip to content

Instantly share code, notes, and snippets.

@enov
Last active January 2, 2016 11:29
Show Gist options
  • Save enov/8297328 to your computer and use it in GitHub Desktop.
Save enov/8297328 to your computer and use it in GitHub Desktop.
Kohana tests run in HHVM
HipHop Fatal error: Argument 2 passed to ArrayObject::__construct() must be an instance of int, nulll given in /root/kohana/system/classes/Kohana/HTTP/Header.php on line 299
<?xml version="1.0" encoding="UTF-8"?>
<testsuites>
<testsuite name="" tests="1164" assertions="2673" failures="6" errors="5" time="0.442225">
<testsuite name="Kohana_ArrTest" file="/root/kohana/system/tests/kohana/ArrTest.php" fullPackage="Kohana" category="Tests" package="Kohana" tests="76" assertions="503" failures="0" errors="0" time="0.023664">
<testsuite name="Kohana_ArrTest::test_callback" tests="5" assertions="10" failures="0" errors="0" time="0.001192">
<testcase name="test_callback with data set #0" assertions="2" time="0.000612"/>
<testcase name="test_callback with data set #1" assertions="2" time="0.000208"/>
<testcase name="test_callback with data set #2" assertions="2" time="0.000131"/>
<testcase name="test_callback with data set #3" assertions="2" time="0.000133"/>
<testcase name="test_callback with data set #4" assertions="2" time="0.000108"/>
</testsuite>
<testsuite name="Kohana_ArrTest::test_extract" tests="5" assertions="10" failures="0" errors="0" time="0.000465">
<testcase name="test_extract with data set #0" assertions="2" time="0.000095"/>
<testcase name="test_extract with data set #1" assertions="2" time="0.000086"/>
<testcase name="test_extract with data set #2" assertions="2" time="0.000095"/>
<testcase name="test_extract with data set #3" assertions="2" time="0.000089"/>
<testcase name="test_extract with data set #4" assertions="2" time="0.000100"/>
</testsuite>
<testsuite name="Kohana_ArrTest::test_pluck" tests="1" assertions="2" failures="0" errors="0" time="0.000076">
<testcase name="test_pluck with data set #0" assertions="2" time="0.000076"/>
</testsuite>
<testsuite name="Kohana_ArrTest::test_get" tests="6" assertions="6" failures="0" errors="0" time="0.000441">
<testcase name="test_get with data set #0" assertions="1" time="0.000075"/>
<testcase name="test_get with data set #1" assertions="1" time="0.000073"/>
<testcase name="test_get with data set #2" assertions="1" time="0.000074"/>
<testcase name="test_get with data set #3" assertions="1" time="0.000072"/>
<testcase name="test_get with data set #4" assertions="1" time="0.000073"/>
<testcase name="test_get with data set #5" assertions="1" time="0.000074"/>
</testsuite>
<testsuite name="Kohana_ArrTest::test_is_assoc" tests="2" assertions="2" failures="0" errors="0" time="0.005446">
<testcase name="test_is_assoc with data set #0" assertions="1" time="0.005352"/>
<testcase name="test_is_assoc with data set #1" assertions="1" time="0.000094"/>
</testsuite>
<testsuite name="Kohana_ArrTest::test_is_array" tests="5" assertions="5" failures="0" errors="0" time="0.000379">
<testcase name="test_is_array with data set #0" assertions="1" time="0.000077"/>
<testcase name="test_is_array with data set #1" assertions="1" time="0.000077"/>
<testcase name="test_is_array with data set #2" assertions="1" time="0.000075"/>
<testcase name="test_is_array with data set #3" assertions="1" time="0.000075"/>
<testcase name="test_is_array with data set #4" assertions="1" time="0.000075"/>
</testsuite>
<testsuite name="Kohana_ArrTest::test_merge" tests="19" assertions="19" failures="0" errors="0" time="0.001431">
<testcase name="test_merge with data set #0" assertions="1" time="0.000081"/>
<testcase name="test_merge with data set #1" assertions="1" time="0.000073"/>
<testcase name="test_merge with data set #2" assertions="1" time="0.000106"/>
<testcase name="test_merge with data set #3" assertions="1" time="0.000079"/>
<testcase name="test_merge with data set #4" assertions="1" time="0.000075"/>
<testcase name="test_merge with data set #5" assertions="1" time="0.000073"/>
<testcase name="test_merge with data set #6" assertions="1" time="0.000075"/>
<testcase name="test_merge with data set #7" assertions="1" time="0.000071"/>
<testcase name="test_merge with data set #8" assertions="1" time="0.000071"/>
<testcase name="test_merge with data set #9" assertions="1" time="0.000072"/>
<testcase name="test_merge with data set #10" assertions="1" time="0.000073"/>
<testcase name="test_merge with data set #11" assertions="1" time="0.000072"/>
<testcase name="test_merge with data set #12" assertions="1" time="0.000072"/>
<testcase name="test_merge with data set #13" assertions="1" time="0.000072"/>
<testcase name="test_merge with data set #14" assertions="1" time="0.000072"/>
<testcase name="test_merge with data set #15" assertions="1" time="0.000072"/>
<testcase name="test_merge with data set #16" assertions="1" time="0.000072"/>
<testcase name="test_merge with data set #17" assertions="1" time="0.000072"/>
<testcase name="test_merge with data set #18" assertions="1" time="0.000077"/>
</testsuite>
<testsuite name="Kohana_ArrTest::test_path" tests="15" assertions="15" failures="0" errors="0" time="0.001308">
<testcase name="test_path with data set #0" assertions="1" time="0.000080"/>
<testcase name="test_path with data set #1" assertions="1" time="0.000077"/>
<testcase name="test_path with data set #2" assertions="1" time="0.000085"/>
<testcase name="test_path with data set #3" assertions="1" time="0.000082"/>
<testcase name="test_path with data set #4" assertions="1" time="0.000083"/>
<testcase name="test_path with data set #5" assertions="1" time="0.000081"/>
<testcase name="test_path with data set #6" assertions="1" time="0.000084"/>
<testcase name="test_path with data set #7" assertions="1" time="0.000082"/>
<testcase name="test_path with data set #8" assertions="1" time="0.000084"/>
<testcase name="test_path with data set #9" assertions="1" time="0.000084"/>
<testcase name="test_path with data set #10" assertions="1" time="0.000101"/>
<testcase name="test_path with data set #11" assertions="1" time="0.000117"/>
<testcase name="test_path with data set #12" assertions="1" time="0.000087"/>
<testcase name="test_path with data set #13" assertions="1" time="0.000080"/>
<testcase name="test_path with data set #14" assertions="1" time="0.000100"/>
</testsuite>
<testsuite name="Kohana_ArrTest::test_set_path" tests="6" assertions="6" failures="0" errors="0" time="0.000482">
<testcase name="test_set_path with data set #0" assertions="1" time="0.000079"/>
<testcase name="test_set_path with data set #1" assertions="1" time="0.000081"/>
<testcase name="test_set_path with data set #2" assertions="1" time="0.000081"/>
<testcase name="test_set_path with data set #3" assertions="1" time="0.000081"/>
<testcase name="test_set_path with data set #4" assertions="1" time="0.000081"/>
<testcase name="test_set_path with data set #5" assertions="1" time="0.000079"/>
</testsuite>
<testsuite name="Kohana_ArrTest::test_range" tests="3" assertions="411" failures="0" errors="0" time="0.010618">
<testcase name="test_range with data set #0" assertions="9" time="0.002865"/>
<testcase name="test_range with data set #1" assertions="401" time="0.007678"/>
<testcase name="test_range with data set #2" assertions="1" time="0.000075"/>
</testsuite>
<testsuite name="Kohana_ArrTest::test_unshift" tests="2" assertions="10" failures="0" errors="0" time="0.001123">
<testcase name="test_unshift with data set #0" assertions="5" time="0.001036"/>
<testcase name="test_unshift with data set #1" assertions="5" time="0.000087"/>
</testsuite>
<testsuite name="Kohana_ArrTest::test_overwrite" tests="1" assertions="1" failures="0" errors="0" time="0.000150">
<testcase name="test_overwrite with data set #0" assertions="1" time="0.000150"/>
</testsuite>
<testsuite name="Kohana_ArrTest::test_map" tests="5" assertions="5" failures="0" errors="0" time="0.000480">
<testcase name="test_map with data set #0" assertions="1" time="0.000170"/>
<testcase name="test_map with data set #1" assertions="1" time="0.000078"/>
<testcase name="test_map with data set #2" assertions="1" time="0.000077"/>
<testcase name="test_map with data set #3" assertions="1" time="0.000076"/>
<testcase name="test_map with data set #4" assertions="1" time="0.000079"/>
</testsuite>
<testsuite name="Kohana_ArrTest::test_flatten" tests="1" assertions="1" failures="0" errors="0" time="0.000075">
<testcase name="test_flatten with data set #0" assertions="1" time="0.000075"/>
</testsuite>
</testsuite>
<testsuite name="Kohana_Config_File_ReaderTest" file="/root/kohana/system/tests/kohana/Config/File/ReaderTest.php" fullPackage="Unittest" package="Unittest" tests="5" assertions="6" failures="0" errors="0" time="0.001529">
<testcase name="test_default_search_dir_is_config" class="Kohana_Config_File_ReaderTest" file="/root/kohana/system/tests/kohana/Config/File/ReaderTest.php" line="25" assertions="1" time="0.000115"/>
<testcase name="test_constructor_sets_search_dir_from_param" class="Kohana_Config_File_ReaderTest" file="/root/kohana/system/tests/kohana/Config/File/ReaderTest.php" line="39" assertions="1" time="0.000088"/>
<testcase name="test_load_returns_empty_array_if_conf_dir_dnx" class="Kohana_Config_File_ReaderTest" file="/root/kohana/system/tests/kohana/Config/File/ReaderTest.php" line="53" assertions="1" time="0.000103"/>
<testcase name="test_load_returns_empty_array_if_conf_dnx" class="Kohana_Config_File_ReaderTest" file="/root/kohana/system/tests/kohana/Config/File/ReaderTest.php" line="67" assertions="1" time="0.000090"/>
<testcase name="test_loads_config_from_files" class="Kohana_Config_File_ReaderTest" file="/root/kohana/system/tests/kohana/Config/File/ReaderTest.php" line="81" assertions="2" time="0.001133"/>
</testsuite>
<testsuite name="Kohana_Config_GroupTest" file="/root/kohana/system/tests/kohana/Config/GroupTest.php" fullPackage="Unittest" package="Unittest" tests="8" assertions="12" failures="0" errors="0" time="0.007078">
<testcase name="test_loads_group_name_and_values_in_constructor" class="Kohana_Config_GroupTest" file="/root/kohana/system/tests/kohana/Config/GroupTest.php" line="53" assertions="2" time="0.000075"/>
<testcase name="test_allows_empty_group_values" class="Kohana_Config_GroupTest" file="/root/kohana/system/tests/kohana/Config/GroupTest.php" line="75" assertions="1" time="0.000065"/>
<testcase name="test_get_fetches_config_value" class="Kohana_Config_GroupTest" file="/root/kohana/system/tests/kohana/Config/GroupTest.php" line="88" assertions="1" time="0.000067"/>
<testcase name="test_get_returns_default_value_if_config_option_dnx" class="Kohana_Config_GroupTest" file="/root/kohana/system/tests/kohana/Config/GroupTest.php" line="102" assertions="2" time="0.000069"/>
<testcase name="test_set_modifies_existing_config" class="Kohana_Config_GroupTest" file="/root/kohana/system/tests/kohana/Config/GroupTest.php" line="116" assertions="1" time="0.000070"/>
<testcase name="test_writes_changes_to_config" class="Kohana_Config_GroupTest" file="/root/kohana/system/tests/kohana/Config/GroupTest.php" line="134" assertions="1" time="0.006570"/>
<testcase name="test_as_array_returns_full_array" class="Kohana_Config_GroupTest" file="/root/kohana/system/tests/kohana/Config/GroupTest.php" line="158" assertions="3" time="0.000091"/>
<testcase name="test_to_string_serializes_array_output" class="Kohana_Config_GroupTest" file="/root/kohana/system/tests/kohana/Config/GroupTest.php" line="184" assertions="1" time="0.000071"/>
</testsuite>
<testsuite name="Kohana_ConfigTest" file="/root/kohana/system/tests/kohana/ConfigTest.php" fullPackage="Kohana" category="Tests" package="Kohana" tests="18" assertions="33" failures="0" errors="0" time="0.017602">
<testcase name="test_initially_there_are_no_sources" class="Kohana_ConfigTest" file="/root/kohana/system/tests/kohana/ConfigTest.php" line="28" assertions="1" time="0.000094"/>
<testcase name="test_attach_adds_reader_and_returns_this" class="Kohana_ConfigTest" file="/root/kohana/system/tests/kohana/ConfigTest.php" line="42" assertions="2" time="0.003480"/>
<testcase name="test_attach_adds_reader_to_front_of_queue" class="Kohana_ConfigTest" file="/root/kohana/system/tests/kohana/ConfigTest.php" line="59" assertions="2" time="0.000156"/>
<testcase name="test_attach_can_add_reader_to_end_of_queue" class="Kohana_ConfigTest" file="/root/kohana/system/tests/kohana/ConfigTest.php" line="89" assertions="1" time="0.000121"/>
<testcase name="test_detach_removes_reader_and_returns_this" class="Kohana_ConfigTest" file="/root/kohana/system/tests/kohana/ConfigTest.php" line="107" assertions="5" time="0.000683"/>
<testcase name="test_detach_returns_this_even_when_reader_dnx" class="Kohana_ConfigTest" file="/root/kohana/system/tests/kohana/ConfigTest.php" line="137" assertions="1" time="0.000081"/>
<testcase name="test_load_can_get_var_from_dot_path" class="Kohana_ConfigTest" file="/root/kohana/system/tests/kohana/ConfigTest.php" line="152" assertions="2" time="0.003735"/>
<testcase name="test_load_can_get_var_from_dot_path_for_loaded_group" class="Kohana_ConfigTest" file="/root/kohana/system/tests/kohana/ConfigTest.php" line="177" assertions="2" time="0.000203"/>
<testcase name="test_load_throws_exception_if_there_are_no_sources" class="Kohana_ConfigTest" file="/root/kohana/system/tests/kohana/ConfigTest.php" line="204" assertions="1" time="0.001070"/>
<testsuite name="Kohana_ConfigTest::test_load_throws_exception_if_invalid_group" tests="5" assertions="5" failures="0" errors="0" time="0.000890">
<testcase name="test_load_throws_exception_if_invalid_group with data set #0" assertions="1" time="0.000178"/>
<testcase name="test_load_throws_exception_if_invalid_group with data set #1" assertions="1" time="0.000172"/>
<testcase name="test_load_throws_exception_if_invalid_group with data set #2" assertions="1" time="0.000173"/>
<testcase name="test_load_throws_exception_if_invalid_group with data set #3" assertions="1" time="0.000173"/>
<testcase name="test_load_throws_exception_if_invalid_group with data set #4" assertions="1" time="0.000194"/>
</testsuite>
<testcase name="test_write_config_passes_changed_config_to_all_writers" class="Kohana_ConfigTest" file="/root/kohana/system/tests/kohana/ConfigTest.php" line="257" assertions="2" time="0.003995"/>
<testcase name="test_config_is_loaded_from_top_to_bottom_of_stack" class="Kohana_ConfigTest" file="/root/kohana/system/tests/kohana/ConfigTest.php" line="287" assertions="3" time="0.001072"/>
<testcase name="test_load_reuses_config_groups" class="Kohana_ConfigTest" file="/root/kohana/system/tests/kohana/ConfigTest.php" line="334" assertions="2" time="0.000282"/>
<testcase name="test_copy_copies_merged_config_to_all_writers" class="Kohana_ConfigTest" file="/root/kohana/system/tests/kohana/ConfigTest.php" line="359" assertions="4" time="0.001740"/>
</testsuite>
<testsuite name="Kohana_CookieTest" file="/root/kohana/system/tests/kohana/CookieTest.php" fullPackage="Kohana" category="Tests" package="Kohana" tests="7" assertions="7" failures="3" errors="0" time="0.002131">
<testsuite name="Kohana_CookieTest::test_set" tests="2" assertions="2" failures="2" errors="0" time="0.001258">
<testcase name="test_set with data set #0" assertions="1" time="0.000710">
<failure type="PHPUnit_Framework_ExpectationFailedException">Kohana_CookieTest::test_set with data set #0 ('foo', 'bar', NULL, true)
Failed asserting that false matches expected true.
/root/kohana/system/tests/kohana/CookieTest.php:75
/root/kohana/modules/unittest/classes/Kohana/Unittest/TestSuite.php:51
</failure>
</testcase>
<testcase name="test_set with data set #1" assertions="1" time="0.000548">
<failure type="PHPUnit_Framework_ExpectationFailedException">Kohana_CookieTest::test_set with data set #1 ('foo', 'bar', 10, true)
Failed asserting that false matches expected true.
/root/kohana/system/tests/kohana/CookieTest.php:75
/root/kohana/modules/unittest/classes/Kohana/Unittest/TestSuite.php:51
</failure>
</testcase>
</testsuite>
<testsuite name="Kohana_CookieTest::test_get" tests="3" assertions="3" failures="0" errors="0" time="0.000446">
<testcase name="test_get with data set #0" assertions="1" time="0.000185"/>
<testcase name="test_get with data set #1" assertions="1" time="0.000151"/>
<testcase name="test_get with data set #2" assertions="1" time="0.000110"/>
</testsuite>
<testsuite name="Kohana_CookieTest::test_delete" tests="1" assertions="1" failures="1" errors="0" time="0.000346">
<testcase name="test_delete with data set #0" assertions="1" time="0.000346">
<failure type="PHPUnit_Framework_ExpectationFailedException">Kohana_CookieTest::test_delete with data set #0 ('foo', true)
Failed asserting that false matches expected true.
/root/kohana/system/tests/kohana/CookieTest.php:148
/root/kohana/modules/unittest/classes/Kohana/Unittest/TestSuite.php:51
</failure>
</testcase>
</testsuite>
<testsuite name="Kohana_CookieTest::test_salt" tests="1" assertions="1" failures="0" errors="0" time="0.000081">
<testcase name="test_salt with data set #0" assertions="1" time="0.000081"/>
</testsuite>
</testsuite>
<testsuite name="Kohana_CoreTest" file="/root/kohana/system/tests/kohana/CoreTest.php" fullPackage="Kohana" category="Tests" package="Kohana" tests="18" assertions="28" failures="1" errors="0" time="0.005506">
<testsuite name="Kohana_CoreTest::test_sanitize" tests="4" assertions="4" failures="0" errors="0" time="0.000617">
<testcase name="test_sanitize with data set #0" assertions="1" time="0.000333"/>
<testcase name="test_sanitize with data set #1" assertions="1" time="0.000096"/>
<testcase name="test_sanitize with data set #2" assertions="1" time="0.000095"/>
<testcase name="test_sanitize with data set #3" assertions="1" time="0.000093"/>
</testsuite>
<testcase name="test_find_file_no_extension" class="Kohana_CoreTest" file="/root/kohana/system/tests/kohana/CoreTest.php" line="61" assertions="2" time="0.000424"/>
<testcase name="test_find_file_returns_false_or_array_on_failure" class="Kohana_CoreTest" file="/root/kohana/system/tests/kohana/CoreTest.php" line="79" assertions="2" time="0.000394"/>
<testcase name="test_list_files_returns_array_on_success_and_failure" class="Kohana_CoreTest" file="/root/kohana/system/tests/kohana/CoreTest.php" line="92" assertions="3" time="0.000714"/>
<testcase name="test_globals_removes_user_def_globals" class="Kohana_CoreTest" file="/root/kohana/system/tests/kohana/CoreTest.php" line="108" assertions="1" time="0.000307">
<failure type="PHPUnit_Framework_ExpectationFailedException">Kohana_CoreTest::test_globals_removes_user_def_globals
Failed asserting that two arrays are equal.
--- Expected
+++ Actual
@@ @@
Array (
'_POST' =&gt; Array ()
+ 'hackers' =&gt; 'foobar'
+ 'name' =&gt; Array (...)
)
/root/kohana/system/tests/kohana/CoreTest.php:126
/root/kohana/modules/unittest/classes/Kohana/Unittest/TestSuite.php:51
</failure>
</testcase>
<testsuite name="Kohana_CoreTest::test_cache" tests="3" assertions="3" failures="0" errors="0" time="0.000480">
<testcase name="test_cache with data set #0" assertions="1" time="0.000275"/>
<testcase name="test_cache with data set #1" assertions="1" time="0.000103"/>
<testcase name="test_cache with data set #2" assertions="1" time="0.000102"/>
</testsuite>
<testsuite name="Kohana_CoreTest::test_message" tests="0" assertions="0" failures="0" errors="0" time="0.000000"/>
<testsuite name="Kohana_CoreTest::test_error_handler" tests="1" assertions="2" failures="0" errors="0" time="0.000157">
<testcase name="test_error_handler with data set #0" assertions="2" time="0.000157"/>
</testsuite>
<testsuite name="Kohana_CoreTest::test_modules_detects_invalid_modules" tests="2" assertions="2" failures="0" errors="0" time="0.001983">
<testcase name="test_modules_detects_invalid_modules with data set #0" assertions="1" time="0.001742"/>
<testcase name="test_modules_detects_invalid_modules with data set #1" assertions="1" time="0.000241"/>
</testsuite>
<testsuite name="Kohana_CoreTest::test_modules_sets_and_returns_valid_modules" tests="2" assertions="2" failures="0" errors="0" time="0.000274">
<testcase name="test_modules_sets_and_returns_valid_modules with data set #0" assertions="1" time="0.000127"/>
<testcase name="test_modules_sets_and_returns_valid_modules with data set #1" assertions="1" time="0.000147"/>
</testsuite>
<testcase name="test_modules_returns_array_of_modules" class="Kohana_CoreTest" file="/root/kohana/system/tests/kohana/CoreTest.php" line="355" assertions="2" time="0.000071"/>
<testcase name="test_include_paths" class="Kohana_CoreTest" file="/root/kohana/system/tests/kohana/CoreTest.php" line="371" assertions="5" time="0.000085"/>
</testsuite>
<testsuite name="Kohana_DateTest" file="/root/kohana/system/tests/kohana/DateTest.php" fullPackage="Kohana" category="Tests" package="Kohana" tests="131" assertions="915" failures="1" errors="0" time="0.015111">
<testsuite name="Kohana_DateTest::test_offset" tests="1" assertions="1" failures="0" errors="0" time="0.000586">
<testcase name="test_offset with data set #0" assertions="1" time="0.000586"/>
</testsuite>
<testsuite name="Kohana_DateTest::test_am_pm" tests="27" assertions="27" failures="0" errors="0" time="0.002132">
<testcase name="test_am_pm with data set #0" assertions="1" time="0.000079"/>
<testcase name="test_am_pm with data set #1" assertions="1" time="0.000079"/>
<testcase name="test_am_pm with data set #2" assertions="1" time="0.000078"/>
<testcase name="test_am_pm with data set #3" assertions="1" time="0.000078"/>
<testcase name="test_am_pm with data set #4" assertions="1" time="0.000078"/>
<testcase name="test_am_pm with data set #5" assertions="1" time="0.000079"/>
<testcase name="test_am_pm with data set #6" assertions="1" time="0.000078"/>
<testcase name="test_am_pm with data set #7" assertions="1" time="0.000078"/>
<testcase name="test_am_pm with data set #8" assertions="1" time="0.000078"/>
<testcase name="test_am_pm with data set #9" assertions="1" time="0.000077"/>
<testcase name="test_am_pm with data set #10" assertions="1" time="0.000078"/>
<testcase name="test_am_pm with data set #11" assertions="1" time="0.000078"/>
<testcase name="test_am_pm with data set #12" assertions="1" time="0.000079"/>
<testcase name="test_am_pm with data set #13" assertions="1" time="0.000078"/>
<testcase name="test_am_pm with data set #14" assertions="1" time="0.000078"/>
<testcase name="test_am_pm with data set #15" assertions="1" time="0.000078"/>
<testcase name="test_am_pm with data set #16" assertions="1" time="0.000078"/>
<testcase name="test_am_pm with data set #17" assertions="1" time="0.000078"/>
<testcase name="test_am_pm with data set #18" assertions="1" time="0.000078"/>
<testcase name="test_am_pm with data set #19" assertions="1" time="0.000078"/>
<testcase name="test_am_pm with data set #20" assertions="1" time="0.000078"/>
<testcase name="test_am_pm with data set #21" assertions="1" time="0.000079"/>
<testcase name="test_am_pm with data set #22" assertions="1" time="0.000078"/>
<testcase name="test_am_pm with data set #23" assertions="1" time="0.000100"/>
<testcase name="test_am_pm with data set #24" assertions="1" time="0.000078"/>
<testcase name="test_am_pm with data set #25" assertions="1" time="0.000078"/>
<testcase name="test_am_pm with data set #26" assertions="1" time="0.000078"/>
</testsuite>
<testsuite name="Kohana_DateTest::test_adjust" tests="26" assertions="26" failures="0" errors="0" time="0.002206">
<testcase name="test_adjust with data set #0" assertions="1" time="0.000085"/>
<testcase name="test_adjust with data set #1" assertions="1" time="0.000083"/>
<testcase name="test_adjust with data set #2" assertions="1" time="0.000084"/>
<testcase name="test_adjust with data set #3" assertions="1" time="0.000084"/>
<testcase name="test_adjust with data set #4" assertions="1" time="0.000084"/>
<testcase name="test_adjust with data set #5" assertions="1" time="0.000084"/>
<testcase name="test_adjust with data set #6" assertions="1" time="0.000084"/>
<testcase name="test_adjust with data set #7" assertions="1" time="0.000084"/>
<testcase name="test_adjust with data set #8" assertions="1" time="0.000083"/>
<testcase name="test_adjust with data set #9" assertions="1" time="0.000083"/>
<testcase name="test_adjust with data set #10" assertions="1" time="0.000084"/>
<testcase name="test_adjust with data set #11" assertions="1" time="0.000084"/>
<testcase name="test_adjust with data set #12" assertions="1" time="0.000084"/>
<testcase name="test_adjust with data set #13" assertions="1" time="0.000083"/>
<testcase name="test_adjust with data set #14" assertions="1" time="0.000084"/>
<testcase name="test_adjust with data set #15" assertions="1" time="0.000084"/>
<testcase name="test_adjust with data set #16" assertions="1" time="0.000106"/>
<testcase name="test_adjust with data set #17" assertions="1" time="0.000084"/>
<testcase name="test_adjust with data set #18" assertions="1" time="0.000084"/>
<testcase name="test_adjust with data set #19" assertions="1" time="0.000084"/>
<testcase name="test_adjust with data set #20" assertions="1" time="0.000083"/>
<testcase name="test_adjust with data set #21" assertions="1" time="0.000084"/>
<testcase name="test_adjust with data set #22" assertions="1" time="0.000084"/>
<testcase name="test_adjust with data set #23" assertions="1" time="0.000084"/>
<testcase name="test_adjust with data set #24" assertions="1" time="0.000085"/>
<testcase name="test_adjust with data set #25" assertions="1" time="0.000087"/>
</testsuite>
<testsuite name="Kohana_DateTest::test_days" tests="13" assertions="797" failures="0" errors="0" time="0.003144">
<testcase name="test_days with data set #0" assertions="61" time="0.000315"/>
<testcase name="test_days with data set #1" assertions="61" time="0.000229"/>
<testcase name="test_days with data set #2" assertions="61" time="0.000247"/>
<testcase name="test_days with data set #3" assertions="61" time="0.000278"/>
<testcase name="test_days with data set #4" assertions="63" time="0.000249"/>
<testcase name="test_days with data set #5" assertions="63" time="0.000251"/>
<testcase name="test_days with data set #6" assertions="63" time="0.000231"/>
<testcase name="test_days with data set #7" assertions="63" time="0.000231"/>
<testcase name="test_days with data set #8" assertions="63" time="0.000230"/>
<testcase name="test_days with data set #9" assertions="63" time="0.000230"/>
<testcase name="test_days with data set #10" assertions="57" time="0.000215"/>
<testcase name="test_days with data set #11" assertions="59" time="0.000218"/>
<testcase name="test_days with data set #12" assertions="59" time="0.000219"/>
</testsuite>
<testsuite name="Kohana_DateTest::test_formatted_time" tests="5" assertions="5" failures="1" errors="0" time="0.001560">
<testcase name="test_formatted_time with data set #0" assertions="1" time="0.000517"/>
<testcase name="test_formatted_time with data set #1" assertions="1" time="0.000175"/>
<testcase name="test_formatted_time with data set #2" assertions="1" time="0.000234"/>
<testcase name="test_formatted_time with data set #3" assertions="1" time="0.000352"/>
<testcase name="test_formatted_time with data set #4" assertions="1" time="0.000282">
<failure type="PHPUnit_Framework_ExpectationFailedException">Kohana_DateTest::test_formatted_time with data set #4 ('2011-04-01 01:23:45 Antarctica/South_Pole', '@1301574225', 'Y-m-d H:i:s e', 'Antarctica/South_Pole')
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-2011-04-01 01:23:45 Antarctica/South_Pole
+2011-03-31 12:23:45 Antarctica/South_Pole
/root/kohana/system/tests/kohana/DateTest.php:279
/root/kohana/modules/unittest/classes/Kohana/Unittest/TestSuite.php:51
</failure>
</testcase>
</testsuite>
<testsuite name="Kohana_DateTest::test_months" tests="4" assertions="4" failures="0" errors="0" time="0.000584">
<testcase name="test_months with data set #0" assertions="1" time="0.000113"/>
<testcase name="test_months with data set #1" assertions="1" time="0.000086"/>
<testcase name="test_months with data set #2" assertions="1" time="0.000241"/>
<testcase name="test_months with data set #3" assertions="1" time="0.000144"/>
</testsuite>
<testsuite name="Kohana_DateTest::test_span" tests="6" assertions="6" failures="0" errors="0" time="0.000635">
<testcase name="test_span with data set #0" assertions="1" time="0.000102"/>
<testcase name="test_span with data set #1" assertions="1" time="0.000109"/>
<testcase name="test_span with data set #2" assertions="1" time="0.000103"/>
<testcase name="test_span with data set #3" assertions="1" time="0.000123"/>
<testcase name="test_span with data set #4" assertions="1" time="0.000100"/>
<testcase name="test_span with data set #5" assertions="1" time="0.000098"/>
</testsuite>
<testsuite name="Kohana_DateTest::test_fuzzy_span" tests="40" assertions="40" failures="0" errors="0" time="0.003396">
<testcase name="test_fuzzy_span with data set #0" assertions="1" time="0.000084"/>
<testcase name="test_fuzzy_span with data set #1" assertions="1" time="0.000082"/>
<testcase name="test_fuzzy_span with data set #2" assertions="1" time="0.000084"/>
<testcase name="test_fuzzy_span with data set #3" assertions="1" time="0.000083"/>
<testcase name="test_fuzzy_span with data set #4" assertions="1" time="0.000083"/>
<testcase name="test_fuzzy_span with data set #5" assertions="1" time="0.000082"/>
<testcase name="test_fuzzy_span with data set #6" assertions="1" time="0.000104"/>
<testcase name="test_fuzzy_span with data set #7" assertions="1" time="0.000083"/>
<testcase name="test_fuzzy_span with data set #8" assertions="1" time="0.000083"/>
<testcase name="test_fuzzy_span with data set #9" assertions="1" time="0.000084"/>
<testcase name="test_fuzzy_span with data set #10" assertions="1" time="0.000084"/>
<testcase name="test_fuzzy_span with data set #11" assertions="1" time="0.000083"/>
<testcase name="test_fuzzy_span with data set #12" assertions="1" time="0.000083"/>
<testcase name="test_fuzzy_span with data set #13" assertions="1" time="0.000083"/>
<testcase name="test_fuzzy_span with data set #14" assertions="1" time="0.000083"/>
<testcase name="test_fuzzy_span with data set #15" assertions="1" time="0.000084"/>
<testcase name="test_fuzzy_span with data set #16" assertions="1" time="0.000083"/>
<testcase name="test_fuzzy_span with data set #17" assertions="1" time="0.000083"/>
<testcase name="test_fuzzy_span with data set #18" assertions="1" time="0.000084"/>
<testcase name="test_fuzzy_span with data set #19" assertions="1" time="0.000084"/>
<testcase name="test_fuzzy_span with data set #20" assertions="1" time="0.000084"/>
<testcase name="test_fuzzy_span with data set #21" assertions="1" time="0.000083"/>
<testcase name="test_fuzzy_span with data set #22" assertions="1" time="0.000084"/>
<testcase name="test_fuzzy_span with data set #23" assertions="1" time="0.000084"/>
<testcase name="test_fuzzy_span with data set #24" assertions="1" time="0.000084"/>
<testcase name="test_fuzzy_span with data set #25" assertions="1" time="0.000084"/>
<testcase name="test_fuzzy_span with data set #26" assertions="1" time="0.000107"/>
<testcase name="test_fuzzy_span with data set #27" assertions="1" time="0.000084"/>
<testcase name="test_fuzzy_span with data set #28" assertions="1" time="0.000085"/>
<testcase name="test_fuzzy_span with data set #29" assertions="1" time="0.000085"/>
<testcase name="test_fuzzy_span with data set #30" assertions="1" time="0.000084"/>
<testcase name="test_fuzzy_span with data set #31" assertions="1" time="0.000087"/>
<testcase name="test_fuzzy_span with data set #32" assertions="1" time="0.000084"/>
<testcase name="test_fuzzy_span with data set #33" assertions="1" time="0.000085"/>
<testcase name="test_fuzzy_span with data set #34" assertions="1" time="0.000085"/>
<testcase name="test_fuzzy_span with data set #35" assertions="1" time="0.000086"/>
<testcase name="test_fuzzy_span with data set #36" assertions="1" time="0.000084"/>
<testcase name="test_fuzzy_span with data set #37" assertions="1" time="0.000083"/>
<testcase name="test_fuzzy_span with data set #38" assertions="1" time="0.000085"/>
<testcase name="test_fuzzy_span with data set #39" assertions="1" time="0.000083"/>
</testsuite>
<testsuite name="Kohana_DateTest::test_years" tests="1" assertions="1" failures="0" errors="0" time="0.000087">
<testcase name="test_years with data set #0" assertions="1" time="0.000087"/>
</testsuite>
<testsuite name="Kohana_DateTest::test_hours" tests="1" assertions="1" failures="0" errors="0" time="0.000089">
<testcase name="test_hours with data set #0" assertions="1" time="0.000089"/>
</testsuite>
<testsuite name="Kohana_DateTest::test_seconds" tests="1" assertions="1" failures="0" errors="0" time="0.000121">
<testcase name="test_seconds with data set #0" assertions="1" time="0.000121"/>
</testsuite>
<testsuite name="Kohana_DateTest::test_minutes" tests="1" assertions="1" failures="0" errors="0" time="0.000089">
<testcase name="test_minutes with data set #0" assertions="1" time="0.000089"/>
</testsuite>
<testcase name="test_minutes_defaults_to_using_step_of5" class="Kohana_DateTest" file="/root/kohana/system/tests/kohana/DateTest.php" line="705" assertions="1" time="0.000083"/>
<testsuite name="Kohana_DateTest::test_unix2dos" tests="2" assertions="2" failures="0" errors="0" time="0.000179">
<testcase name="test_unix2dos with data set #0" assertions="1" time="0.000092"/>
<testcase name="test_unix2dos with data set #1" assertions="1" time="0.000087"/>
</testsuite>
<testsuite name="Kohana_DateTest::test_dos2unix" tests="2" assertions="2" failures="0" errors="0" time="0.000220">
<testcase name="test_dos2unix with data set #0" assertions="1" time="0.000101"/>
<testcase name="test_dos2unix with data set #1" assertions="1" time="0.000119"/>
</testsuite>
</testsuite>
<testsuite name="Kohana_DebugTest" file="/root/kohana/system/tests/kohana/DebugTest.php" fullPackage="Kohana" category="Tests" package="Kohana" tests="11" assertions="11" failures="0" errors="0" time="0.003412">
<testsuite name="Kohana_DebugTest::test_var" tests="1" assertions="1" failures="0" errors="0" time="0.002028">
<testcase name="test_var with data set #0" assertions="1" time="0.002028"/>
</testsuite>
<testsuite name="Kohana_DebugTest::test_debug_path" tests="2" assertions="2" failures="0" errors="0" time="0.000161">
<testcase name="test_debug_path with data set #0" assertions="1" time="0.000082"/>
<testcase name="test_debug_path with data set #1" assertions="1" time="0.000079"/>
</testsuite>
<testsuite name="Kohana_DebugTest::test_dump" tests="8" assertions="8" failures="0" errors="0" time="0.001224">
<testcase name="test_dump with data set #0" assertions="1" time="0.000093"/>
<testcase name="test_dump with data set #1" assertions="1" time="0.000172"/>
<testcase name="test_dump with data set #2" assertions="1" time="0.000104"/>
<testcase name="test_dump with data set #3" assertions="1" time="0.000081"/>
<testcase name="test_dump with data set #4" assertions="1" time="0.000100"/>
<testcase name="test_dump with data set #5" assertions="1" time="0.000096"/>
<testcase name="test_dump with data set #6" assertions="1" time="0.000431"/>
<testcase name="test_dump with data set #7" assertions="1" time="0.000147"/>
</testsuite>
</testsuite>
<testsuite name="Kohana_ExceptionTest" file="/root/kohana/system/tests/kohana/ExceptionTest.php" fullPackage="Kohana" category="Tests" package="Kohana" tests="12" assertions="23" failures="0" errors="0" time="0.001182">
<testsuite name="Kohana_ExceptionTest::test_constructor" tests="11" assertions="22" failures="0" errors="0" time="0.001094">
<testcase name="test_constructor with data set #0" assertions="2" time="0.000111"/>
<testcase name="test_constructor with data set #1" assertions="2" time="0.000096"/>
<testcase name="test_constructor with data set #2" assertions="2" time="0.000096"/>
<testcase name="test_constructor with data set #3" assertions="2" time="0.000095"/>
<testcase name="test_constructor with data set #4" assertions="2" time="0.000098"/>
<testcase name="test_constructor with data set #5" assertions="2" time="0.000097"/>
<testcase name="test_constructor with data set #6" assertions="2" time="0.000096"/>
<testcase name="test_constructor with data set #7" assertions="2" time="0.000095"/>
<testcase name="test_constructor with data set #8" assertions="2" time="0.000118"/>
<testcase name="test_constructor with data set #9" assertions="2" time="0.000096"/>
<testcase name="test_constructor with data set #10" assertions="2" time="0.000096"/>
</testsuite>
<testsuite name="Kohana_ExceptionTest::test_text" tests="1" assertions="1" failures="0" errors="0" time="0.000088">
<testcase name="test_text with data set #0" assertions="1" time="0.000088"/>
</testsuite>
</testsuite>
<testsuite name="Kohana_FeedTest" file="/root/kohana/system/tests/kohana/FeedTest.php" fullPackage="Kohana" category="Tests" package="Kohana" tests="1" assertions="1" failures="1" errors="0" time="0.004874">
<testsuite name="Kohana_FeedTest::test_parse" tests="0" assertions="0" failures="0" errors="0" time="0.000000"/>
<testsuite name="Kohana_FeedTest::test_create" tests="1" assertions="1" failures="1" errors="0" time="0.004874">
<testcase name="test_create with data set #0" assertions="1" time="0.004874">
<failure type="PHPUnit_Framework_ExpectationFailedException">Kohana_FeedTest::test_create with data set #0 (array(123, array('http://kohanaframework.org/image.png', 'http://kohanaframework.org/', 'title')), array(array('bar', 123, 'foo')), array(array('localhost', 'linux', '/bin/bash', 'FALSE', '/root/kohana/vendor/phpunit/phpunit', 'root', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lz=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36:', '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin', '/var/mail/root', '/root/kohana', 'en_US.UTF-8', '/root', '2', 'en_US:en', 'root', '/usr/bin/hhvm', '1', '1', 1389088216, 1389088216, 1389088216.5565, '', 'vendor/phpunit/phpunit/phpunit.php', 'vendor/phpunit/phpunit/phpunit.php', 'vendor/phpunit/phpunit/phpunit.php', array('vendor/phpunit/phpunit/phpunit.php', '--bootstrap=modules/unittest/bootstrap.php', '--log-junit=phpunit_results.xml', 'modules/unittest/tests.php'), 4, 'debian')), array('channel', array('item', array('foo', 'bar'))), array(array('channel', array('image', array('link', 'http://kohanaframework.org/image.png'))), array('channel', array('image', array('url', 'http://kohanaframework.org/'))), array('channel', array('image', array('title', 'title')))))
Failed asserting that false is true.
/root/kohana/system/tests/kohana/FeedTest.php:116
/root/kohana/modules/unittest/classes/Kohana/Unittest/TestSuite.php:51
</failure>
</testcase>
</testsuite>
</testsuite>
<testsuite name="Kohana_FileTest" file="/root/kohana/system/tests/kohana/FileTest.php" fullPackage="Kohana" category="Tests" package="Kohana" tests="1" assertions="2" failures="0" errors="0" time="0.001654">
<testsuite name="Kohana_FileTest::test_mime" tests="0" assertions="0" failures="0" errors="0" time="0.000000"/>
<testsuite name="Kohana_FileTest::test_split_join" tests="1" assertions="2" failures="0" errors="0" time="0.001654">
<testcase name="test_split_join with data set #0" assertions="2" time="0.001654"/>
</testsuite>
</testsuite>
<testsuite name="Kohana_FormTest" file="/root/kohana/system/tests/kohana/FormTest.php" fullPackage="Kohana" category="Tests" package="Kohana" tests="35" assertions="35" failures="0" errors="0" time="0.008428">
<testsuite name="Kohana_FormTest::test_open" tests="4" assertions="4" failures="0" errors="0" time="0.003278">
<testcase name="test_open with data set #0" assertions="1" time="0.002727"/>
<testcase name="test_open with data set #1" assertions="1" time="0.000179"/>
<testcase name="test_open with data set #2" assertions="1" time="0.000188"/>
<testcase name="test_open with data set #3" assertions="1" time="0.000184"/>
</testsuite>
<testcase name="test_close" class="Kohana_FormTest" file="/root/kohana/system/tests/kohana/FormTest.php" line="91" assertions="1" time="0.000110"/>
<testsuite name="Kohana_FormTest::test_input" tests="4" assertions="4" failures="0" errors="0" time="0.000751">
<testcase name="test_input with data set #0" assertions="1" time="0.000183"/>
<testcase name="test_input with data set #1" assertions="1" time="0.000205"/>
<testcase name="test_input with data set #2" assertions="1" time="0.000182"/>
<testcase name="test_input with data set #3" assertions="1" time="0.000181"/>
</testsuite>
<testsuite name="Kohana_FormTest::test_file" tests="1" assertions="1" failures="0" errors="0" time="0.000132">
<testcase name="test_file with data set #0" assertions="1" time="0.000132"/>
</testsuite>
<testsuite name="Kohana_FormTest::test_check" tests="6" assertions="6" failures="0" errors="0" time="0.001130">
<testcase name="test_check with data set #0" assertions="1" time="0.000202"/>
<testcase name="test_check with data set #1" assertions="1" time="0.000185"/>
<testcase name="test_check with data set #2" assertions="1" time="0.000190"/>
<testcase name="test_check with data set #3" assertions="1" time="0.000180"/>
<testcase name="test_check with data set #4" assertions="1" time="0.000185"/>
<testcase name="test_check with data set #5" assertions="1" time="0.000188"/>
</testsuite>
<testsuite name="Kohana_FormTest::test_text" tests="5" assertions="5" failures="0" errors="0" time="0.000957">
<testcase name="test_text with data set #0" assertions="1" time="0.000201"/>
<testcase name="test_text with data set #1" assertions="1" time="0.000198"/>
<testcase name="test_text with data set #2" assertions="1" time="0.000186"/>
<testcase name="test_text with data set #3" assertions="1" time="0.000188"/>
<testcase name="test_text with data set #4" assertions="1" time="0.000184"/>
</testsuite>
<testsuite name="Kohana_FormTest::test_select" tests="6" assertions="6" failures="0" errors="0" time="0.000885">
<testcase name="test_select with data set #0" assertions="1" time="0.000133"/>
<testcase name="test_select with data set #1" assertions="1" time="0.000147"/>
<testcase name="test_select with data set #2" assertions="1" time="0.000144"/>
<testcase name="test_select with data set #3" assertions="1" time="0.000148"/>
<testcase name="test_select with data set #4" assertions="1" time="0.000151"/>
<testcase name="test_select with data set #5" assertions="1" time="0.000162"/>
</testsuite>
<testsuite name="Kohana_FormTest::test_submit" tests="1" assertions="1" failures="0" errors="0" time="0.000206">
<testcase name="test_submit with data set #0" assertions="1" time="0.000206"/>
</testsuite>
<testsuite name="Kohana_FormTest::test_image" tests="1" assertions="1" failures="0" errors="0" time="0.000174">
<testcase name="test_image with data set #0" assertions="1" time="0.000174"/>
</testsuite>
<testsuite name="Kohana_FormTest::test_label" tests="6" assertions="6" failures="0" errors="0" time="0.000805">
<testcase name="test_label with data set #0" assertions="1" time="0.000136"/>
<testcase name="test_label with data set #1" assertions="1" time="0.000136"/>
<testcase name="test_label with data set #2" assertions="1" time="0.000134"/>
<testcase name="test_label with data set #3" assertions="1" time="0.000130"/>
<testcase name="test_label with data set #4" assertions="1" time="0.000134"/>
<testcase name="test_label with data set #5" assertions="1" time="0.000135"/>
</testsuite>
</testsuite>
<testsuite name="Kohana_HTMLTest" file="/root/kohana/system/tests/kohana/HTMLTest.php" fullPackage="Kohana" category="Tests" package="Kohana" tests="27" assertions="27" failures="0" errors="0" time="0.004609">
<testsuite name="Kohana_HTMLTest::test_attributes" tests="5" assertions="5" failures="0" errors="0" time="0.000832">
<testcase name="test_attributes with data set #0" assertions="1" time="0.000251"/>
<testcase name="test_attributes with data set #1" assertions="1" time="0.000144"/>
<testcase name="test_attributes with data set #2" assertions="1" time="0.000137"/>
<testcase name="test_attributes with data set #3" assertions="1" time="0.000147"/>
<testcase name="test_attributes with data set #4" assertions="1" time="0.000153"/>
</testsuite>
<testsuite name="Kohana_HTMLTest::test_script" tests="4" assertions="4" failures="0" errors="0" time="0.000656">
<testcase name="test_script with data set #0" assertions="1" time="0.000157"/>
<testcase name="test_script with data set #1" assertions="1" time="0.000172"/>
<testcase name="test_script with data set #2" assertions="1" time="0.000163"/>
<testcase name="test_script with data set #3" assertions="1" time="0.000164"/>
</testsuite>
<testsuite name="Kohana_HTMLTest::test_style" tests="6" assertions="6" failures="0" errors="0" time="0.001013">
<testcase name="test_style with data set #0" assertions="1" time="0.000158"/>
<testcase name="test_style with data set #1" assertions="1" time="0.000164"/>
<testcase name="test_style with data set #2" assertions="1" time="0.000190"/>
<testcase name="test_style with data set #3" assertions="1" time="0.000168"/>
<testcase name="test_style with data set #4" assertions="1" time="0.000166"/>
<testcase name="test_style with data set #5" assertions="1" time="0.000167"/>
</testsuite>
<testsuite name="Kohana_HTMLTest::test_anchor" tests="8" assertions="8" failures="0" errors="0" time="0.001297">
<testcase name="test_anchor with data set #0" assertions="1" time="0.000155"/>
<testcase name="test_anchor with data set #1" assertions="1" time="0.000158"/>
<testcase name="test_anchor with data set #2" assertions="1" time="0.000163"/>
<testcase name="test_anchor with data set #3" assertions="1" time="0.000164"/>
<testcase name="test_anchor with data set #4" assertions="1" time="0.000164"/>
<testcase name="test_anchor with data set #5" assertions="1" time="0.000165"/>
<testcase name="test_anchor with data set #6" assertions="1" time="0.000165"/>
<testcase name="test_anchor with data set #7" assertions="1" time="0.000163"/>
</testsuite>
<testsuite name="Kohana_HTMLTest::test_file_anchor" tests="4" assertions="4" failures="0" errors="0" time="0.000811">
<testcase name="test_file_anchor with data set #0" assertions="1" time="0.000158"/>
<testcase name="test_file_anchor with data set #1" assertions="1" time="0.000333"/>
<testcase name="test_file_anchor with data set #2" assertions="1" time="0.000161"/>
<testcase name="test_file_anchor with data set #3" assertions="1" time="0.000159"/>
</testsuite>
</testsuite>
<testsuite name="Kohana_HTTPTest" file="/root/kohana/system/tests/kohana/HTTPTest.php" fullPackage="Kohana" category="Tests" package="Kohana" tests="3" assertions="6" failures="0" errors="0" time="0.007382">
<testsuite name="Kohana_HTTPTest::test_redirect" tests="3" assertions="6" failures="0" errors="0" time="0.007382">
<testcase name="test_redirect with data set #0" assertions="2" time="0.005684"/>
<testcase name="test_redirect with data set #1" assertions="2" time="0.000902"/>
<testcase name="test_redirect with data set #2" assertions="2" time="0.000796"/>
</testsuite>
</testsuite>
<testsuite name="Kohana_HTTP_HeaderTest" file="/root/kohana/system/tests/kohana/Http/HeaderTest.php" fullPackage="Kohana" category="Tests" package="Kohana" tests="79" assertions="110" failures="0" errors="0" time="0.008334">
<testsuite name="Kohana_HTTP_HeaderTest::test_accept_quality" tests="2" assertions="9" failures="0" errors="0" time="0.000240">
<testcase name="test_accept_quality with data set #0" assertions="5" time="0.000139"/>
<testcase name="test_accept_quality with data set #1" assertions="4" time="0.000101"/>
</testsuite>
<testsuite name="Kohana_HTTP_HeaderTest::test_parse_accept_header" tests="2" assertions="2" failures="0" errors="0" time="0.000197">
<testcase name="test_parse_accept_header with data set #0" assertions="1" time="0.000091"/>
<testcase name="test_parse_accept_header with data set #1" assertions="1" time="0.000106"/>
</testsuite>
<testsuite name="Kohana_HTTP_HeaderTest::test_parse_charset_header" tests="3" assertions="3" failures="0" errors="0" time="0.000249">
<testcase name="test_parse_charset_header with data set #0" assertions="1" time="0.000083"/>
<testcase name="test_parse_charset_header with data set #1" assertions="1" time="0.000097"/>
<testcase name="test_parse_charset_header with data set #2" assertions="1" time="0.000069"/>
</testsuite>
<testsuite name="Kohana_HTTP_HeaderTest::test_parse_encoding_header" tests="4" assertions="4" failures="0" errors="0" time="0.000313">
<testcase name="test_parse_encoding_header with data set #0" assertions="1" time="0.000082"/>
<testcase name="test_parse_encoding_header with data set #1" assertions="1" time="0.000092"/>
<testcase name="test_parse_encoding_header with data set #2" assertions="1" time="0.000070"/>
<testcase name="test_parse_encoding_header with data set #3" assertions="1" time="0.000069"/>
</testsuite>
<testsuite name="Kohana_HTTP_HeaderTest::test_parse_language_header" tests="3" assertions="3" failures="0" errors="0" time="0.000285">
<testcase name="test_parse_language_header with data set #0" assertions="1" time="0.000095"/>
<testcase name="test_parse_language_header with data set #1" assertions="1" time="0.000120"/>
<testcase name="test_parse_language_header with data set #2" assertions="1" time="0.000070"/>
</testsuite>
<testsuite name="Kohana_HTTP_HeaderTest::test_create_cache_control" tests="3" assertions="3" failures="0" errors="0" time="0.000218">
<testcase name="test_create_cache_control with data set #0" assertions="1" time="0.000074"/>
<testcase name="test_create_cache_control with data set #1" assertions="1" time="0.000072"/>
<testcase name="test_create_cache_control with data set #2" assertions="1" time="0.000072"/>
</testsuite>
<testsuite name="Kohana_HTTP_HeaderTest::test_parse_cache_control" tests="3" assertions="20" failures="0" errors="0" time="0.000293">
<testcase name="test_parse_cache_control with data set #0" assertions="7" time="0.000100"/>
<testcase name="test_parse_cache_control with data set #1" assertions="7" time="0.000098"/>
<testcase name="test_parse_cache_control with data set #2" assertions="6" time="0.000095"/>
</testsuite>
<testsuite name="Kohana_HTTP_HeaderTest::test_offsetSet" tests="3" assertions="3" failures="0" errors="0" time="0.000316">
<testcase name="test_offsetSet with data set #0" assertions="1" time="0.000115"/>
<testcase name="test_offsetSet with data set #1" assertions="1" time="0.000100"/>
<testcase name="test_offsetSet with data set #2" assertions="1" time="0.000101"/>
</testsuite>
<testsuite name="Kohana_HTTP_HeaderTest::test_offsetGet" tests="5" assertions="5" failures="0" errors="0" time="0.000447">
<testcase name="test_offsetGet with data set #0" assertions="1" time="0.000110"/>
<testcase name="test_offsetGet with data set #1" assertions="1" time="0.000099"/>
<testcase name="test_offsetGet with data set #2" assertions="1" time="0.000084"/>
<testcase name="test_offsetGet with data set #3" assertions="1" time="0.000077"/>
<testcase name="test_offsetGet with data set #4" assertions="1" time="0.000077"/>
</testsuite>
<testsuite name="Kohana_HTTP_HeaderTest::test_offsetExists" tests="4" assertions="4" failures="0" errors="0" time="0.000339">
<testcase name="test_offsetExists with data set #0" assertions="1" time="0.000086"/>
<testcase name="test_offsetExists with data set #1" assertions="1" time="0.000084"/>
<testcase name="test_offsetExists with data set #2" assertions="1" time="0.000085"/>
<testcase name="test_offsetExists with data set #3" assertions="1" time="0.000084"/>
</testsuite>
<testsuite name="Kohana_HTTP_HeaderTest::test_offsetUnset" tests="3" assertions="3" failures="0" errors="0" time="0.000235">
<testcase name="test_offsetUnset with data set #0" assertions="1" time="0.000079"/>
<testcase name="test_offsetUnset with data set #1" assertions="1" time="0.000078"/>
<testcase name="test_offsetUnset with data set #2" assertions="1" time="0.000078"/>
</testsuite>
<testsuite name="Kohana_HTTP_HeaderTest::test_parse_header_string" tests="2" assertions="9" failures="0" errors="0" time="0.000352">
<testcase name="test_parse_header_string with data set #0" assertions="4" time="0.000201"/>
<testcase name="test_parse_header_string with data set #1" assertions="5" time="0.000151"/>
</testsuite>
<testsuite name="Kohana_HTTP_HeaderTest::test_accepts_at_quality" tests="8" assertions="8" failures="0" errors="0" time="0.000912">
<testcase name="test_accepts_at_quality with data set #0" assertions="1" time="0.000128"/>
<testcase name="test_accepts_at_quality with data set #1" assertions="1" time="0.000116"/>
<testcase name="test_accepts_at_quality with data set #2" assertions="1" time="0.000117"/>
<testcase name="test_accepts_at_quality with data set #3" assertions="1" time="0.000122"/>
<testcase name="test_accepts_at_quality with data set #4" assertions="1" time="0.000116"/>
<testcase name="test_accepts_at_quality with data set #5" assertions="1" time="0.000122"/>
<testcase name="test_accepts_at_quality with data set #6" assertions="1" time="0.000093"/>
<testcase name="test_accepts_at_quality with data set #7" assertions="1" time="0.000098"/>
</testsuite>
<testsuite name="Kohana_HTTP_HeaderTest::test_preferred_accept" tests="4" assertions="4" failures="0" errors="0" time="0.000526">
<testcase name="test_preferred_accept with data set #0" assertions="1" time="0.000161"/>
<testcase name="test_preferred_accept with data set #1" assertions="1" time="0.000121"/>
<testcase name="test_preferred_accept with data set #2" assertions="1" time="0.000117"/>
<testcase name="test_preferred_accept with data set #3" assertions="1" time="0.000127"/>
</testsuite>
<testsuite name="Kohana_HTTP_HeaderTest::test_accepts_charset_at_quality" tests="4" assertions="4" failures="0" errors="0" time="0.000430">
<testcase name="test_accepts_charset_at_quality with data set #0" assertions="1" time="0.000097"/>
<testcase name="test_accepts_charset_at_quality with data set #1" assertions="1" time="0.000095"/>
<testcase name="test_accepts_charset_at_quality with data set #2" assertions="1" time="0.000128"/>
<testcase name="test_accepts_charset_at_quality with data set #3" assertions="1" time="0.000110"/>
</testsuite>
<testsuite name="Kohana_HTTP_HeaderTest::test_preferred_charset" tests="2" assertions="2" failures="0" errors="0" time="0.000220">
<testcase name="test_preferred_charset with data set #0" assertions="1" time="0.000097"/>
<testcase name="test_preferred_charset with data set #1" assertions="1" time="0.000123"/>
</testsuite>
<testsuite name="Kohana_HTTP_HeaderTest::test_accepts_encoding_at_quality" tests="5" assertions="5" failures="0" errors="0" time="0.000544">
<testcase name="test_accepts_encoding_at_quality with data set #0" assertions="1" time="0.000110"/>
<testcase name="test_accepts_encoding_at_quality with data set #1" assertions="1" time="0.000110"/>
<testcase name="test_accepts_encoding_at_quality with data set #2" assertions="1" time="0.000108"/>
<testcase name="test_accepts_encoding_at_quality with data set #3" assertions="1" time="0.000108"/>
<testcase name="test_accepts_encoding_at_quality with data set #4" assertions="1" time="0.000108"/>
</testsuite>
<testsuite name="Kohana_HTTP_HeaderTest::test_preferred_encoding" tests="4" assertions="4" failures="0" errors="0" time="0.000450">
<testcase name="test_preferred_encoding with data set #0" assertions="1" time="0.000112"/>
<testcase name="test_preferred_encoding with data set #1" assertions="1" time="0.000110"/>
<testcase name="test_preferred_encoding with data set #2" assertions="1" time="0.000118"/>
<testcase name="test_preferred_encoding with data set #3" assertions="1" time="0.000110"/>
</testsuite>
<testsuite name="Kohana_HTTP_HeaderTest::test_accepts_language_at_quality" tests="6" assertions="6" failures="0" errors="0" time="0.000736">
<testcase name="test_accepts_language_at_quality with data set #0" assertions="1" time="0.000129"/>
<testcase name="test_accepts_language_at_quality with data set #1" assertions="1" time="0.000128"/>
<testcase name="test_accepts_language_at_quality with data set #2" assertions="1" time="0.000128"/>
<testcase name="test_accepts_language_at_quality with data set #3" assertions="1" time="0.000128"/>
<testcase name="test_accepts_language_at_quality with data set #4" assertions="1" time="0.000128"/>
<testcase name="test_accepts_language_at_quality with data set #5" assertions="1" time="0.000095"/>
</testsuite>
<testsuite name="Kohana_HTTP_HeaderTest::test_preferred_language" tests="5" assertions="5" failures="0" errors="0" time="0.000626">
<testcase name="test_preferred_language with data set #0" assertions="1" time="0.000134"/>
<testcase name="test_preferred_language with data set #1" assertions="1" time="0.000133"/>
<testcase name="test_preferred_language with data set #2" assertions="1" time="0.000133"/>
<testcase name="test_preferred_language with data set #3" assertions="1" time="0.000132"/>
<testcase name="test_preferred_language with data set #4" assertions="1" time="0.000094"/>
</testsuite>
<testsuite name="Kohana_HTTP_HeaderTest::test_send_headers" tests="4" assertions="4" failures="0" errors="0" time="0.000404">
<testcase name="test_send_headers with data set #0" assertions="1" time="0.000097"/>
<testcase name="test_send_headers with data set #1" assertions="1" time="0.000089"/>
<testcase name="test_send_headers with data set #2" assertions="1" time="0.000108"/>
<testcase name="test_send_headers with data set #3" assertions="1" time="0.000110"/>
</testsuite>
</testsuite>
<testsuite name="Kohana_I18nTest" file="/root/kohana/system/tests/kohana/I18nTest.php" fullPackage="Kohana" category="Tests" package="Kohana" tests="5" assertions="10" failures="0" errors="0" time="0.001686">
<testsuite name="Kohana_I18nTest::test_lang" tests="2" assertions="4" failures="0" errors="0" time="0.000238">
<testcase name="test_lang with data set #0" assertions="2" time="0.000143"/>
<testcase name="test_lang with data set #1" assertions="2" time="0.000095"/>
</testsuite>
<testsuite name="Kohana_I18nTest::test_get" tests="3" assertions="6" failures="0" errors="0" time="0.001448">
<testcase name="test_get with data set #0" assertions="2" time="0.000688"/>
<testcase name="test_get with data set #1" assertions="2" time="0.000376"/>
<testcase name="test_get with data set #2" assertions="2" time="0.000384"/>
</testsuite>
</testsuite>
<testsuite name="Kohana_InflectorTest" file="/root/kohana/system/tests/kohana/InflectorTest.php" fullPackage="Kohana" category="Tests" package="Kohana" tests="43" assertions="43" failures="0" errors="0" time="0.004858">
<testsuite name="Kohana_InflectorTest::test_uncountable" tests="5" assertions="5" failures="0" errors="0" time="0.001573">
<testcase name="test_uncountable with data set #0" assertions="1" time="0.001267"/>
<testcase name="test_uncountable with data set #1" assertions="1" time="0.000078"/>
<testcase name="test_uncountable with data set #2" assertions="1" time="0.000076"/>
<testcase name="test_uncountable with data set #3" assertions="1" time="0.000076"/>
<testcase name="test_uncountable with data set #4" assertions="1" time="0.000076"/>
</testsuite>
<testsuite name="Kohana_InflectorTest::test_singular" tests="11" assertions="11" failures="0" errors="0" time="0.000995">
<testcase name="test_singular with data set #0" assertions="1" time="0.000080"/>
<testcase name="test_singular with data set #1" assertions="1" time="0.000102"/>
<testcase name="test_singular with data set #2" assertions="1" time="0.000070"/>
<testcase name="test_singular with data set #3" assertions="1" time="0.000181"/>
<testcase name="test_singular with data set #4" assertions="1" time="0.000077"/>
<testcase name="test_singular with data set #5" assertions="1" time="0.000070"/>
<testcase name="test_singular with data set #6" assertions="1" time="0.000094"/>
<testcase name="test_singular with data set #7" assertions="1" time="0.000082"/>
<testcase name="test_singular with data set #8" assertions="1" time="0.000080"/>
<testcase name="test_singular with data set #9" assertions="1" time="0.000081"/>
<testcase name="test_singular with data set #10" assertions="1" time="0.000078"/>
</testsuite>
<testsuite name="Kohana_InflectorTest::test_plural" tests="11" assertions="11" failures="0" errors="0" time="0.001048">
<testcase name="test_plural with data set #0" assertions="1" time="0.000102"/>
<testcase name="test_plural with data set #1" assertions="1" time="0.000088"/>
<testcase name="test_plural with data set #2" assertions="1" time="0.000070"/>
<testcase name="test_plural with data set #3" assertions="1" time="0.000070"/>
<testcase name="test_plural with data set #4" assertions="1" time="0.000081"/>
<testcase name="test_plural with data set #5" assertions="1" time="0.000082"/>
<testcase name="test_plural with data set #6" assertions="1" time="0.000081"/>
<testcase name="test_plural with data set #7" assertions="1" time="0.000070"/>
<testcase name="test_plural with data set #8" assertions="1" time="0.000243"/>
<testcase name="test_plural with data set #9" assertions="1" time="0.000080"/>
<testcase name="test_plural with data set #10" assertions="1" time="0.000081"/>
</testsuite>
<testsuite name="Kohana_InflectorTest::test_camelize" tests="6" assertions="6" failures="0" errors="0" time="0.000465">
<testcase name="test_camelize with data set #0" assertions="1" time="0.000084"/>
<testcase name="test_camelize with data set #1" assertions="1" time="0.000077"/>
<testcase name="test_camelize with data set #2" assertions="1" time="0.000080"/>
<testcase name="test_camelize with data set #3" assertions="1" time="0.000073"/>
<testcase name="test_camelize with data set #4" assertions="1" time="0.000077"/>
<testcase name="test_camelize with data set #5" assertions="1" time="0.000074"/>
</testsuite>
<testsuite name="Kohana_InflectorTest::test_decamelize" tests="10" assertions="10" failures="0" errors="0" time="0.000776">
<testcase name="test_decamelize with data set #0" assertions="1" time="0.000081"/>
<testcase name="test_decamelize with data set #1" assertions="1" time="0.000075"/>
<testcase name="test_decamelize with data set #2" assertions="1" time="0.000076"/>
<testcase name="test_decamelize with data set #3" assertions="1" time="0.000074"/>
<testcase name="test_decamelize with data set #4" assertions="1" time="0.000095"/>
<testcase name="test_decamelize with data set #5" assertions="1" time="0.000075"/>
<testcase name="test_decamelize with data set #6" assertions="1" time="0.000075"/>
<testcase name="test_decamelize with data set #7" assertions="1" time="0.000075"/>
<testcase name="test_decamelize with data set #8" assertions="1" time="0.000075"/>
<testcase name="test_decamelize with data set #9" assertions="1" time="0.000075"/>
</testsuite>
</testsuite>
<testsuite name="Kohana_LogTest" file="/root/kohana/system/tests/kohana/LogTest.php" fullPackage="Kohana" category="Tests" package="Kohana" tests="5" assertions="8" failures="0" errors="0" time="0.004662">
<testcase name="test_messages_is_initially_empty" class="Kohana_LogTest" file="/root/kohana/system/tests/kohana/LogTest.php" line="27" assertions="1" time="0.000135"/>
<testcase name="test_writers_is_initially_empty" class="Kohana_LogTest" file="/root/kohana/system/tests/kohana/LogTest.php" line="41" assertions="1" time="0.000090"/>
<testcase name="test_attach_attaches_log_writer_and_returns_this" class="Kohana_LogTest" file="/root/kohana/system/tests/kohana/LogTest.php" line="56" assertions="2" time="0.004101"/>
<testcase name="test_attach_attaches_log_writer_min_max_and_returns_this" class="Kohana_LogTest" file="/root/kohana/system/tests/kohana/LogTest.php" line="78" assertions="2" time="0.000197"/>
<testcase name="test_detach_removes_log_writer_and_returns_this" class="Kohana_LogTest" file="/root/kohana/system/tests/kohana/LogTest.php" line="98" assertions="2" time="0.000139"/>
</testsuite>
<testsuite name="Kohana_ModelTest" file="/root/kohana/system/tests/kohana/ModelTest.php" fullPackage="Kohana" category="Tests" package="Kohana" tests="1" assertions="1" failures="0" errors="0" time="0.000082">
<testcase name="test_create" class="Kohana_ModelTest" file="/root/kohana/system/tests/kohana/ModelTest.php" line="25" assertions="1" time="0.000082"/>
</testsuite>
<testsuite name="Kohana_NumTest" file="/root/kohana/system/tests/kohana/NumTest.php" fullPackage="Kohana" category="Tests" package="Kohana" tests="22" assertions="46" failures="0" errors="0" time="0.003345">
<testsuite name="Kohana_NumTest::test_bytes" tests="4" assertions="4" failures="0" errors="0" time="0.000398">
<testcase name="test_bytes with data set #0" assertions="1" time="0.000119"/>
<testcase name="test_bytes with data set #1" assertions="1" time="0.000094"/>
<testcase name="test_bytes with data set #2" assertions="1" time="0.000092"/>
<testcase name="test_bytes with data set #3" assertions="1" time="0.000093"/>
</testsuite>
<testsuite name="Kohana_NumTest::test_ordinal" tests="6" assertions="6" failures="0" errors="0" time="0.000496">
<testcase name="test_ordinal with data set #0" assertions="1" time="0.000080"/>
<testcase name="test_ordinal with data set #1" assertions="1" time="0.000078"/>
<testcase name="test_ordinal with data set #2" assertions="1" time="0.000101"/>
<testcase name="test_ordinal with data set #3" assertions="1" time="0.000079"/>
<testcase name="test_ordinal with data set #4" assertions="1" time="0.000079"/>
<testcase name="test_ordinal with data set #5" assertions="1" time="0.000079"/>
</testsuite>
<testsuite name="Kohana_NumTest::test_format" tests="4" assertions="4" failures="0" errors="0" time="0.001576">
<testcase name="test_format with data set #0" assertions="1" time="0.001248"/>
<testcase name="test_format with data set #1" assertions="1" time="0.000120"/>
<testcase name="test_format with data set #2" assertions="1" time="0.000114"/>
<testcase name="test_format with data set #3" assertions="1" time="0.000094"/>
</testsuite>
<testsuite name="Kohana_NumTest::test_round" tests="8" assertions="32" failures="0" errors="0" time="0.000875">
<testcase name="test_round with data set #0" assertions="4" time="0.000121"/>
<testcase name="test_round with data set #1" assertions="4" time="0.000107"/>
<testcase name="test_round with data set #2" assertions="4" time="0.000108"/>
<testcase name="test_round with data set #3" assertions="4" time="0.000109"/>
<testcase name="test_round with data set #4" assertions="4" time="0.000107"/>
<testcase name="test_round with data set #5" assertions="4" time="0.000107"/>
<testcase name="test_round with data set #6" assertions="4" time="0.000108"/>
<testcase name="test_round with data set #7" assertions="4" time="0.000108"/>
</testsuite>
</testsuite>
<testsuite name="Kohana_RequestTest" file="/root/kohana/system/tests/kohana/RequestTest.php" fullPackage="Kohana" category="Tests" package="Kohana" tests="36" assertions="62" failures="0" errors="0" time="0.014650">
<testcase name="test_initial" class="Kohana_RequestTest" file="/root/kohana/system/tests/kohana/RequestTest.php" line="38" assertions="8" time="0.000730"/>
<testcase name="test_disable_external_tests" class="Kohana_RequestTest" file="/root/kohana/system/tests/kohana/RequestTest.php" line="81" assertions="1" time="0.000109"/>
<testsuite name="Kohana_RequestTest::test_create" tests="2" assertions="2" failures="0" errors="0" time="0.000197">
<testcase name="test_create with data set #0" assertions="1" time="0.000092"/>
<testcase name="test_create with data set #1" assertions="1" time="0.000105"/>
</testsuite>
<testcase name="test_param" class="Kohana_RequestTest" file="/root/kohana/system/tests/kohana/RequestTest.php" line="124" assertions="9" time="0.009929"/>
<testcase name="test_method" class="Kohana_RequestTest" file="/root/kohana/system/tests/kohana/RequestTest.php" line="171" assertions="3" time="0.000116"/>
<testcase name="test_route" class="Kohana_RequestTest" file="/root/kohana/system/tests/kohana/RequestTest.php" line="185" assertions="1" time="0.000550"/>
<testcase name="test_route_is_not_set_before_execute" class="Kohana_RequestTest" file="/root/kohana/system/tests/kohana/RequestTest.php" line="204" assertions="1" time="0.000088"/>
<testcase name="test_accept_type" class="Kohana_RequestTest" file="/root/kohana/system/tests/kohana/RequestTest.php" line="218" assertions="1" time="0.000185"/>
<testsuite name="Kohana_RequestTest::test_accept_lang" tests="3" assertions="3" failures="0" errors="0" time="0.000342">
<testcase name="test_accept_lang with data set #0" assertions="1" time="0.000117"/>
<testcase name="test_accept_lang with data set #1" assertions="1" time="0.000102"/>
<testcase name="test_accept_lang with data set #2" assertions="1" time="0.000123"/>
</testsuite>
<testsuite name="Kohana_RequestTest::test_url" tests="2" assertions="2" failures="0" errors="0" time="0.000328">
<testcase name="test_url with data set #0" assertions="1" time="0.000169"/>
<testcase name="test_url with data set #1" assertions="1" time="0.000159"/>
</testsuite>
<testsuite name="Kohana_RequestTest::test_set_protocol" tests="3" assertions="6" failures="0" errors="0" time="0.000276">
<testcase name="test_set_protocol with data set #0" assertions="2" time="0.000095"/>
<testcase name="test_set_protocol with data set #1" assertions="2" time="0.000091"/>
<testcase name="test_set_protocol with data set #2" assertions="2" time="0.000090"/>
</testsuite>
<testsuite name="Kohana_RequestTest::test_post_max_size_exceeded" tests="3" assertions="3" failures="0" errors="0" time="0.000339">
<testcase name="test_post_max_size_exceeded with data set #0" assertions="1" time="0.000111"/>
<testcase name="test_post_max_size_exceeded with data set #1" assertions="1" time="0.000125"/>
<testcase name="test_post_max_size_exceeded with data set #2" assertions="1" time="0.000103"/>
</testsuite>
<testsuite name="Kohana_RequestTest::test_uri_only_trimed_on_internal" tests="6" assertions="6" failures="0" errors="0" time="0.000478">
<testcase name="test_uri_only_trimed_on_internal with data set #0" assertions="1" time="0.000080"/>
<testcase name="test_uri_only_trimed_on_internal with data set #1" assertions="1" time="0.000079"/>
<testcase name="test_uri_only_trimed_on_internal with data set #2" assertions="1" time="0.000081"/>
<testcase name="test_uri_only_trimed_on_internal with data set #3" assertions="1" time="0.000079"/>
<testcase name="test_uri_only_trimed_on_internal with data set #4" assertions="1" time="0.000079"/>
<testcase name="test_uri_only_trimed_on_internal with data set #5" assertions="1" time="0.000080"/>
</testsuite>
<testsuite name="Kohana_RequestTest::test_options_set_to_external_client" tests="1" assertions="5" failures="0" errors="0" time="0.000106">
<testcase name="test_options_set_to_external_client with data set #0" assertions="5" time="0.000106"/>
</testsuite>
<testsuite name="Kohana_RequestTest::test_headers_get" tests="1" assertions="2" failures="0" errors="0" time="0.000093">
<testcase name="test_headers_get with data set #0" assertions="2" time="0.000093"/>
</testsuite>
<testsuite name="Kohana_RequestTest::test_headers_set" tests="2" assertions="2" failures="0" errors="0" time="0.000249">
<testcase name="test_headers_set with data set #0" assertions="1" time="0.000141"/>
<testcase name="test_headers_set with data set #1" assertions="1" time="0.000108"/>
</testsuite>
<testsuite name="Kohana_RequestTest::test_query_parameter_parsing" tests="3" assertions="3" failures="0" errors="0" time="0.000260">
<testcase name="test_query_parameter_parsing with data set #0" assertions="1" time="0.000086"/>
<testcase name="test_query_parameter_parsing with data set #1" assertions="1" time="0.000085"/>
<testcase name="test_query_parameter_parsing with data set #2" assertions="1" time="0.000089"/>
</testsuite>
<testsuite name="Kohana_RequestTest::test_client" tests="2" assertions="2" failures="0" errors="0" time="0.000165">
<testcase name="test_client with data set #0" assertions="1" time="0.000082"/>
<testcase name="test_client with data set #1" assertions="1" time="0.000083"/>
</testsuite>
<testcase name="test_passes_client_params" class="Kohana_RequestTest" file="/root/kohana/system/tests/kohana/RequestTest.php" line="697" assertions="2" time="0.000110"/>
</testsuite>
<testsuite name="Kohana_ResponseTest" file="/root/kohana/system/tests/kohana/ResponseTest.php" fullPackage="Kohana" category="Tests" package="Kohana" tests="10" assertions="19" failures="0" errors="0" time="0.001142">
<testsuite name="Kohana_ResponseTest::test_body" tests="2" assertions="4" failures="0" errors="0" time="0.000182">
<testcase name="test_body with data set #0" assertions="2" time="0.000076"/>
<testcase name="test_body with data set #1" assertions="2" time="0.000106"/>
</testsuite>
<testsuite name="Kohana_ResponseTest::test_body_string_zero" tests="3" assertions="3" failures="0" errors="0" time="0.000216">
<testcase name="test_body_string_zero with data set #0" assertions="1" time="0.000073"/>
<testcase name="test_body_string_zero with data set #1" assertions="1" time="0.000071"/>
<testcase name="test_body_string_zero with data set #2" assertions="1" time="0.000072"/>
</testsuite>
<testsuite name="Kohana_ResponseTest::test_cookie_set" tests="2" assertions="6" failures="0" errors="0" time="0.000172">
<testcase name="test_cookie_set with data set #0" assertions="2" time="0.000081"/>
<testcase name="test_cookie_set with data set #1" assertions="4" time="0.000091"/>
</testsuite>
<testcase name="test_cookie_get" class="Kohana_ResponseTest" file="/root/kohana/system/tests/kohana/ResponseTest.php" line="157" assertions="4" time="0.000387"/>
<testcase name="test_send_headers_cli" class="Kohana_ResponseTest" file="/root/kohana/system/tests/kohana/ResponseTest.php" line="179" assertions="1" time="0.000098"/>
<testcase name="test_content_type_when_set" class="Kohana_ResponseTest" file="/root/kohana/system/tests/kohana/ResponseTest.php" line="200" assertions="1" time="0.000087"/>
</testsuite>
<testsuite name="Kohana_RouteTest" file="/root/kohana/system/tests/kohana/RouteTest.php" fullPackage="Kohana" category="Tests" package="Kohana" tests="40" assertions="91" failures="0" errors="0" time="0.018612">
<testcase name="test_get_throws_exception_if_route_dnx" class="Kohana_RouteTest" file="/root/kohana/system/tests/kohana/RouteTest.php" line="56" assertions="1" time="0.000384"/>
<testcase name="test_all_returns_all_defined_routes" class="Kohana_RouteTest" file="/root/kohana/system/tests/kohana/RouteTest.php" line="68" assertions="1" time="0.000254"/>
<testcase name="test_name_returns_routes_name_or_false_if_dnx" class="Kohana_RouteTest" file="/root/kohana/system/tests/kohana/RouteTest.php" line="83" assertions="2" time="0.000124"/>
<testcase name="test_cache_stores_route_objects" class="Kohana_RouteTest" file="/root/kohana/system/tests/kohana/RouteTest.php" line="101" assertions="3" time="0.000734"/>
<testcase name="test_cache_append_routes" class="Kohana_RouteTest" file="/root/kohana/system/tests/kohana/RouteTest.php" line="127" assertions="3" time="0.000422"/>
<testcase name="test_cache_returns_false_if_cache_dnx" class="Kohana_RouteTest" file="/root/kohana/system/tests/kohana/RouteTest.php" line="158" assertions="2" time="0.000126"/>
<testcase name="test_constructor_returns_if_uri_is_null" class="Kohana_RouteTest" file="/root/kohana/system/tests/kohana/RouteTest.php" line="173" assertions="5" time="0.003850"/>
<testsuite name="Kohana_RouteTest::test_constructor_only_changes_custom_regex_if_passed" tests="1" assertions="2" failures="0" errors="0" time="0.000208">
<testcase name="test_constructor_only_changes_custom_regex_if_passed with data set #0" assertions="2" time="0.000208"/>
</testsuite>
<testcase name="test_route_uses_custom_regex_passed_to_constructor" class="Kohana_RouteTest" file="/root/kohana/system/tests/kohana/RouteTest.php" line="232" assertions="2" time="0.000504"/>
<testsuite name="Kohana_RouteTest::test_matches_returns_false_on_failure" tests="1" assertions="2" failures="0" errors="0" time="0.005148">
<testcase name="test_matches_returns_false_on_failure with data set #0" assertions="2" time="0.005148"/>
</testsuite>
<testsuite name="Kohana_RouteTest::test_matches_returns_array_of_parameters_on_successful_match" tests="1" assertions="7" failures="0" errors="0" time="0.000246">
<testcase name="test_matches_returns_array_of_parameters_on_successful_match with data set #0" assertions="7" time="0.000246"/>
</testsuite>
<testsuite name="Kohana_RouteTest::test_defaults_are_used_if_params_arent_specified" tests="2" assertions="20" failures="0" errors="0" time="0.000675">
<testcase name="test_defaults_are_used_if_params_arent_specified with data set #0" assertions="10" time="0.000352"/>
<testcase name="test_defaults_are_used_if_params_arent_specified with data set #1" assertions="10" time="0.000323"/>
</testsuite>
<testsuite name="Kohana_RouteTest::test_optional_groups_containing_specified_params" tests="11" assertions="11" failures="0" errors="0" time="0.001776">
<testcase name="test_optional_groups_containing_specified_params with data set #0" assertions="1" time="0.000154"/>
<testcase name="test_optional_groups_containing_specified_params with data set #1" assertions="1" time="0.000158"/>
<testcase name="test_optional_groups_containing_specified_params with data set #2" assertions="1" time="0.000148"/>
<testcase name="test_optional_groups_containing_specified_params with data set #3" assertions="1" time="0.000175"/>
<testcase name="test_optional_groups_containing_specified_params with data set #4" assertions="1" time="0.000155"/>
<testcase name="test_optional_groups_containing_specified_params with data set #5" assertions="1" time="0.000154"/>
<testcase name="test_optional_groups_containing_specified_params with data set #6" assertions="1" time="0.000154"/>
<testcase name="test_optional_groups_containing_specified_params with data set #7" assertions="1" time="0.000166"/>
<testcase name="test_optional_groups_containing_specified_params with data set #8" assertions="1" time="0.000186"/>
<testcase name="test_optional_groups_containing_specified_params with data set #9" assertions="1" time="0.000163"/>
<testcase name="test_optional_groups_containing_specified_params with data set #10" assertions="1" time="0.000163"/>
</testsuite>
<testcase name="test_defaults_are_not_used_if_param_is_identical" class="Kohana_RouteTest" file="/root/kohana/system/tests/kohana/RouteTest.php" line="512" assertions="2" time="0.000181"/>
<testsuite name="Kohana_RouteTest::test_required_parameters_are_needed" tests="1" assertions="8" failures="0" errors="0" time="0.000405">
<testcase name="test_required_parameters_are_needed with data set #0" assertions="8" time="0.000405"/>
</testsuite>
<testsuite name="Kohana_RouteTest::test_reverse_routing_returns_routes_uri_if_route_is_static" tests="1" assertions="1" failures="0" errors="0" time="0.000125">
<testcase name="test_reverse_routing_returns_routes_uri_if_route_is_static with data set #0" assertions="1" time="0.000125"/>
</testsuite>
<testsuite name="Kohana_RouteTest::test_uri_throws_exception_if_required_params_are_missing" tests="2" assertions="4" failures="0" errors="0" time="0.001457">
<testcase name="test_uri_throws_exception_if_required_params_are_missing with data set #0" assertions="2" time="0.000721"/>
<testcase name="test_uri_throws_exception_if_required_params_are_missing with data set #1" assertions="2" time="0.000736"/>
</testsuite>
<testsuite name="Kohana_RouteTest::test_uri_fills_required_uri_segments_from_params" tests="1" assertions="2" failures="0" errors="0" time="0.000200">
<testcase name="test_uri_fills_required_uri_segments_from_params with data set #0" assertions="2" time="0.000200"/>
</testsuite>
<testsuite name="Kohana_RouteTest::test_composing_url_from_route" tests="3" assertions="3" failures="0" errors="0" time="0.000693">
<testcase name="test_composing_url_from_route with data set #0" assertions="1" time="0.000266"/>
<testcase name="test_composing_url_from_route with data set #1" assertions="1" time="0.000212"/>
<testcase name="test_composing_url_from_route with data set #2" assertions="1" time="0.000215"/>
</testsuite>
<testcase name="test_compile_uses_custom_regex_if_specificed" class="Kohana_RouteTest" file="/root/kohana/system/tests/kohana/RouteTest.php" line="764" assertions="1" time="0.000108"/>
<testcase name="test_is_external_route_from_host" class="Kohana_RouteTest" file="/root/kohana/system/tests/kohana/RouteTest.php" line="781" assertions="2" time="0.000141"/>
<testsuite name="Kohana_RouteTest::test_external_route_includes_params_in_uri" tests="3" assertions="3" failures="0" errors="0" time="0.000393">
<testcase name="test_external_route_includes_params_in_uri with data set #0" assertions="1" time="0.000134"/>
<testcase name="test_external_route_includes_params_in_uri with data set #1" assertions="1" time="0.000133"/>
<testcase name="test_external_route_includes_params_in_uri with data set #2" assertions="1" time="0.000126"/>
</testsuite>
<testsuite name="Kohana_RouteTest::test_route_filter_modify_params" tests="2" assertions="4" failures="0" errors="0" time="0.000458">
<testcase name="test_route_filter_modify_params with data set #0" assertions="2" time="0.000229"/>
<testcase name="test_route_filter_modify_params with data set #1" assertions="2" time="0.000229"/>
</testsuite>
</testsuite>
<testsuite name="Kohana_SecurityTest" file="/root/kohana/system/tests/kohana/SecurityTest.php" fullPackage="Kohana" category="Tests" package="Kohana" tests="7" assertions="12" failures="0" errors="0" time="0.000594">
<testsuite name="Kohana_SecurityTest::test_encode_php_tags" tests="1" assertions="1" failures="0" errors="0" time="0.000072">
<testcase name="test_encode_php_tags with data set #0" assertions="1" time="0.000072"/>
</testsuite>
<testsuite name="Kohana_SecurityTest::test_strip_image_tags" tests="1" assertions="1" failures="0" errors="0" time="0.000083">
<testcase name="test_strip_image_tags with data set #0" assertions="1" time="0.000083"/>
</testsuite>
<testsuite name="Kohana_SecurityTest::test_csrf_token" tests="5" assertions="10" failures="0" errors="0" time="0.000439">
<testcase name="test_csrf_token with data set #0" assertions="2" time="0.000095"/>
<testcase name="test_csrf_token with data set #1" assertions="2" time="0.000086"/>
<testcase name="test_csrf_token with data set #2" assertions="2" time="0.000086"/>
<testcase name="test_csrf_token with data set #3" assertions="2" time="0.000086"/>
<testcase name="test_csrf_token with data set #4" assertions="2" time="0.000086"/>
</testsuite>
</testsuite>
<testsuite name="Kohana_SessionTest" file="/root/kohana/system/tests/kohana/SessionTest.php" fullPackage="Kohana" category="Tests" package="Kohana" tests="22" assertions="42" failures="0" errors="0" time="0.013430">
<testsuite name="Kohana_SessionTest::test_constructor_uses_settings_from_config_and_casts" tests="2" assertions="5" failures="0" errors="0" time="0.007727">
<testcase name="test_constructor_uses_settings_from_config_and_casts with data set #0" assertions="3" time="0.007361"/>
<testcase name="test_constructor_uses_settings_from_config_and_casts with data set #1" assertions="2" time="0.000366"/>
</testsuite>
<testcase name="test_bind_actually_binds_variable" class="Kohana_SessionTest" file="/root/kohana/system/tests/kohana/SessionTest.php" line="129" assertions="1" time="0.000217"/>
<testcase name="test_initially_session_has_no_data" class="Kohana_SessionTest" file="/root/kohana/system/tests/kohana/SessionTest.php" line="151" assertions="1" time="0.000261"/>
<testcase name="test_default_session_name_is_set" class="Kohana_SessionTest" file="/root/kohana/system/tests/kohana/SessionTest.php" line="165" assertions="1" time="0.000285"/>
<testcase name="test_default_session_is_unencrypted" class="Kohana_SessionTest" file="/root/kohana/system/tests/kohana/SessionTest.php" line="178" assertions="1" time="0.000289"/>
<testcase name="test_default_session_is_not_classed_as_destroyed" class="Kohana_SessionTest" file="/root/kohana/system/tests/kohana/SessionTest.php" line="191" assertions="1" time="0.000265"/>
<testsuite name="Kohana_SessionTest::test_get_returns_default_if_var_dnx" tests="3" assertions="3" failures="0" errors="0" time="0.000637">
<testcase name="test_get_returns_default_if_var_dnx with data set #0" assertions="1" time="0.000208"/>
<testcase name="test_get_returns_default_if_var_dnx with data set #1" assertions="1" time="0.000207"/>
<testcase name="test_get_returns_default_if_var_dnx with data set #2" assertions="1" time="0.000222"/>
</testsuite>
<testcase name="test_get_uses_null_as_default_return_value" class="Kohana_SessionTest" file="/root/kohana/system/tests/kohana/SessionTest.php" line="233" assertions="1" time="0.000192"/>
<testcase name="test_get_returns_value_if_it_equals_null" class="Kohana_SessionTest" file="/root/kohana/system/tests/kohana/SessionTest.php" line="247" assertions="1" time="0.000195"/>
<testcase name="test_as_array_returns_data_by_ref_or_copy" class="Kohana_SessionTest" file="/root/kohana/system/tests/kohana/SessionTest.php" line="264" assertions="2" time="0.000330"/>
<testcase name="test_set_adds_and_modifies_to_session_data" class="Kohana_SessionTest" file="/root/kohana/system/tests/kohana/SessionTest.php" line="289" assertions="3" time="0.000328"/>
<testcase name="test_delete_removes_select_session_data" class="Kohana_SessionTest" file="/root/kohana/system/tests/kohana/SessionTest.php" line="316" assertions="4" time="0.000359"/>
<testsuite name="Kohana_SessionTest::test_read_loads_session_data" tests="3" assertions="6" failures="0" errors="0" time="0.001179">
<testcase name="test_read_loads_session_data with data set #0" assertions="2" time="0.000438"/>
<testcase name="test_read_loads_session_data with data set #1" assertions="2" time="0.000367"/>
<testcase name="test_read_loads_session_data with data set #2" assertions="2" time="0.000374"/>
</testsuite>
<testcase name="test_regenerate_tells_driver_to_regenerate" class="Kohana_SessionTest" file="/root/kohana/system/tests/kohana/SessionTest.php" line="410" assertions="2" time="0.000248"/>
<testcase name="test_destroy_deletes_data_if_driver_destroys_session" class="Kohana_SessionTest" file="/root/kohana/system/tests/kohana/SessionTest.php" line="431" assertions="3" time="0.000301"/>
<testcase name="test_destroy_only_deletes_data_if_driver_destroys_session" class="Kohana_SessionTest" file="/root/kohana/system/tests/kohana/SessionTest.php" line="457" assertions="3" time="0.000346"/>
<testcase name="test_get_once_gets_once_or_returns_default" class="Kohana_SessionTest" file="/root/kohana/system/tests/kohana/SessionTest.php" line="486" assertions="4" time="0.000271"/>
</testsuite>
<testsuite name="Kohana_TextTest" file="/root/kohana/system/tests/kohana/TextTest.php" fullPackage="Kohana" category="Tests" package="Kohana" tests="73" assertions="76" failures="0" errors="3" time="0.010955">
<testcase name="test_auto_para_returns_empty_string_on_empty_input" class="Kohana_TextTest" file="/root/kohana/system/tests/kohana/TextTest.php" line="35" assertions="1" time="0.000073"/>
<testsuite name="Kohana_TextTest::test_auto_para_does_not_enclose_html_tags_in_paragraphs" tests="2" assertions="2" failures="0" errors="0" time="0.000626">
<testcase name="test_auto_para_does_not_enclose_html_tags_in_paragraphs with data set #0" assertions="1" time="0.000295"/>
<testcase name="test_auto_para_does_not_enclose_html_tags_in_paragraphs with data set #1" assertions="1" time="0.000331"/>
</testsuite>
<testcase name="test_auto_para_encloses_slot_in_paragraph" class="Kohana_TextTest" file="/root/kohana/system/tests/kohana/TextTest.php" line="86" assertions="1" time="0.000073"/>
<testcase name="test_auto_para_replaces_multiple_newlines_with_paragraph" class="Kohana_TextTest" file="/root/kohana/system/tests/kohana/TextTest.php" line="99" assertions="1" time="0.000073"/>
<testsuite name="Kohana_TextTest::test_limit_words" tests="4" assertions="4" failures="0" errors="0" time="0.000332">
<testcase name="test_limit_words with data set #0" assertions="1" time="0.000082"/>
<testcase name="test_limit_words with data set #1" assertions="1" time="0.000074"/>
<testcase name="test_limit_words with data set #2" assertions="1" time="0.000097"/>
<testcase name="test_limit_words with data set #3" assertions="1" time="0.000079"/>
</testsuite>
<testsuite name="Kohana_TextTest::test_limit_chars" tests="9" assertions="9" failures="0" errors="0" time="0.000806">
<testcase name="test_limit_chars with data set #0" assertions="1" time="0.000103"/>
<testcase name="test_limit_chars with data set #1" assertions="1" time="0.000086"/>
<testcase name="test_limit_chars with data set #2" assertions="1" time="0.000105"/>
<testcase name="test_limit_chars with data set #3" assertions="1" time="0.000077"/>
<testcase name="test_limit_chars with data set #4" assertions="1" time="0.000080"/>
<testcase name="test_limit_chars with data set #5" assertions="1" time="0.000089"/>
<testcase name="test_limit_chars with data set #6" assertions="1" time="0.000089"/>
<testcase name="test_limit_chars with data set #7" assertions="1" time="0.000092"/>
<testcase name="test_limit_chars with data set #8" assertions="1" time="0.000086"/>
</testsuite>
<testcase name="test_alternate_alternates_between_parameters" class="Kohana_TextTest" file="/root/kohana/system/tests/kohana/TextTest.php" line="171" assertions="4" time="0.000076"/>
<testcase name="test_alternate_resets_when_called_with_no_params_and_returns_empty_string" class="Kohana_TextTest" file="/root/kohana/system/tests/kohana/TextTest.php" line="188" assertions="3" time="0.000071"/>
<testsuite name="Kohana_TextTest::test_reduce_slashes" tests="2" assertions="2" failures="0" errors="0" time="0.000150">
<testcase name="test_reduce_slashes with data set #0" assertions="1" time="0.000078"/>
<testcase name="test_reduce_slashes with data set #1" assertions="1" time="0.000072"/>
</testsuite>
<testsuite name="Kohana_TextTest::test_censor" tests="4" assertions="1" failures="0" errors="3" time="0.002683">
<testcase name="test_censor with data set #0" assertions="0" time="0.001873">
<error type="PHPUnit_Framework_Error_Notice">Kohana_TextTest::test_censor with data set #0 ('A donkey is also an ***', 'A donkey is also an ass', array('ass'), '*', true)
Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead
/root/kohana/system/classes/Kohana/Text.php:299
/root/kohana/system/tests/kohana/TextTest.php:252
/root/kohana/modules/unittest/classes/Kohana/Unittest/TestSuite.php:51
</error>
</testcase>
<testcase name="test_censor with data set #1" assertions="0" time="0.000353">
<error type="PHPUnit_Framework_Error_Notice">Kohana_TextTest::test_censor with data set #1 ('Cake### isn\'t nearly as good as kohana###', 'CakePHP isn\'t nearly as good as kohanaphp', array('php'), '#', true)
Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead
/root/kohana/system/classes/Kohana/Text.php:299
/root/kohana/system/tests/kohana/TextTest.php:252
/root/kohana/modules/unittest/classes/Kohana/Unittest/TestSuite.php:51
</error>
</testcase>
<testcase name="test_censor with data set #2" assertions="1" time="0.000092"/>
<testcase name="test_censor with data set #3" assertions="0" time="0.000365">
<error type="PHPUnit_Framework_Error_Notice">Kohana_TextTest::test_censor with data set #3 ('class', 'class', array('ass'), '*', false)
Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead
/root/kohana/system/classes/Kohana/Text.php:299
/root/kohana/system/tests/kohana/TextTest.php:252
/root/kohana/modules/unittest/classes/Kohana/Unittest/TestSuite.php:51
</error>
</testcase>
</testsuite>
<testsuite name="Kohana_TextTest::test_random" tests="9" assertions="9" failures="0" errors="0" time="0.001450">
<testcase name="test_random with data set #0" assertions="1" time="0.000387"/>
<testcase name="test_random with data set #1" assertions="1" time="0.000091"/>
<testcase name="test_random with data set #2" assertions="1" time="0.000088"/>
<testcase name="test_random with data set #3" assertions="1" time="0.000108"/>
<testcase name="test_random with data set #4" assertions="1" time="0.000086"/>
<testcase name="test_random with data set #5" assertions="1" time="0.000108"/>
<testcase name="test_random with data set #6" assertions="1" time="0.000085"/>
<testcase name="test_random with data set #7" assertions="1" time="0.000412"/>
<testcase name="test_random with data set #8" assertions="1" time="0.000085"/>
</testsuite>
<testsuite name="Kohana_TextTest::test_similar" tests="1" assertions="1" failures="0" errors="0" time="0.000076">
<testcase name="test_similar with data set #0" assertions="1" time="0.000076"/>
</testsuite>
<testsuite name="Kohana_TextTest::test_bytes" tests="4" assertions="4" failures="0" errors="0" time="0.000414">
<testcase name="test_bytes with data set #0" assertions="1" time="0.000150"/>
<testcase name="test_bytes with data set #1" assertions="1" time="0.000082"/>
<testcase name="test_bytes with data set #2" assertions="1" time="0.000102"/>
<testcase name="test_bytes with data set #3" assertions="1" time="0.000080"/>
</testsuite>
<testsuite name="Kohana_TextTest::test_widont" tests="3" assertions="3" failures="0" errors="0" time="0.000237">
<testcase name="test_widont with data set #0" assertions="1" time="0.000096"/>
<testcase name="test_widont with data set #1" assertions="1" time="0.000071"/>
<testcase name="test_widont with data set #2" assertions="1" time="0.000070"/>
</testsuite>
<testcase name="test_auto_link_emails_respects_word_boundaries" class="Kohana_TextTest" file="/root/kohana/system/tests/kohana/TextTest.php" line="420" assertions="1" time="0.000100"/>
<testsuite name="Kohana_TextTest::test_number" tests="8" assertions="8" failures="0" errors="0" time="0.000672">
<testcase name="test_number with data set #0" assertions="1" time="0.000080"/>
<testcase name="test_number with data set #1" assertions="1" time="0.000079"/>
<testcase name="test_number with data set #2" assertions="1" time="0.000077"/>
<testcase name="test_number with data set #3" assertions="1" time="0.000090"/>
<testcase name="test_number with data set #4" assertions="1" time="0.000090"/>
<testcase name="test_number with data set #5" assertions="1" time="0.000086"/>
<testcase name="test_number with data set #6" assertions="1" time="0.000086"/>
<testcase name="test_number with data set #7" assertions="1" time="0.000084"/>
</testsuite>
<testsuite name="Kohana_TextTest::test_auto_link_urls" tests="16" assertions="16" failures="0" errors="0" time="0.001512">
<testcase name="test_auto_link_urls with data set #0" assertions="1" time="0.000116"/>
<testcase name="test_auto_link_urls with data set #1" assertions="1" time="0.000090"/>
<testcase name="test_auto_link_urls with data set #2" assertions="1" time="0.000074"/>
<testcase name="test_auto_link_urls with data set #3" assertions="1" time="0.000074"/>
<testcase name="test_auto_link_urls with data set #4" assertions="1" time="0.000075"/>
<testcase name="test_auto_link_urls with data set #5" assertions="1" time="0.000112"/>
<testcase name="test_auto_link_urls with data set #6" assertions="1" time="0.000090"/>
<testcase name="test_auto_link_urls with data set #7" assertions="1" time="0.000112"/>
<testcase name="test_auto_link_urls with data set #8" assertions="1" time="0.000075"/>
<testcase name="test_auto_link_urls with data set #9" assertions="1" time="0.000125"/>
<testcase name="test_auto_link_urls with data set #10" assertions="1" time="0.000091"/>
<testcase name="test_auto_link_urls with data set #11" assertions="1" time="0.000091"/>
<testcase name="test_auto_link_urls with data set #12" assertions="1" time="0.000090"/>
<testcase name="test_auto_link_urls with data set #13" assertions="1" time="0.000091"/>
<testcase name="test_auto_link_urls with data set #14" assertions="1" time="0.000091"/>
<testcase name="test_auto_link_urls with data set #15" assertions="1" time="0.000115"/>
</testsuite>
<testsuite name="Kohana_TextTest::test_auto_link_emails" tests="3" assertions="3" failures="0" errors="0" time="0.001329">
<testcase name="test_auto_link_emails with data set #0" assertions="1" time="0.001157"/>
<testcase name="test_auto_link_emails with data set #1" assertions="1" time="0.000085"/>
<testcase name="test_auto_link_emails with data set #2" assertions="1" time="0.000087"/>
</testsuite>
<testsuite name="Kohana_TextTest::test_auto_link" tests="2" assertions="3" failures="0" errors="0" time="0.000201">
<testcase name="test_auto_link with data set #0" assertions="1" time="0.000103"/>
<testcase name="test_auto_link with data set #1" assertions="2" time="0.000098"/>
</testsuite>
</testsuite>
<testsuite name="Kohana_URLTest" file="/root/kohana/system/tests/kohana/URLTest.php" fullPackage="Kohana" category="Tests" package="Kohana" tests="57" assertions="57" failures="0" errors="0" time="0.009610">
<testsuite name="Kohana_URLTest::test_base" tests="13" assertions="13" failures="0" errors="0" time="0.001854">
<testcase name="test_base with data set #0" assertions="1" time="0.000155"/>
<testcase name="test_base with data set #1" assertions="1" time="0.000138"/>
<testcase name="test_base with data set #2" assertions="1" time="0.000134"/>
<testcase name="test_base with data set #3" assertions="1" time="0.000133"/>
<testcase name="test_base with data set #4" assertions="1" time="0.000137"/>
<testcase name="test_base with data set #5" assertions="1" time="0.000136"/>
<testcase name="test_base with data set #6" assertions="1" time="0.000137"/>
<testcase name="test_base with data set #7" assertions="1" time="0.000170"/>
<testcase name="test_base with data set #8" assertions="1" time="0.000142"/>
<testcase name="test_base with data set #9" assertions="1" time="0.000142"/>
<testcase name="test_base with data set #10" assertions="1" time="0.000142"/>
<testcase name="test_base with data set #11" assertions="1" time="0.000144"/>
<testcase name="test_base with data set #12" assertions="1" time="0.000145"/>
</testsuite>
<testsuite name="Kohana_URLTest::test_site" tests="16" assertions="16" failures="0" errors="0" time="0.002244">
<testcase name="test_site with data set #0" assertions="1" time="0.000142"/>
<testcase name="test_site with data set #1" assertions="1" time="0.000140"/>
<testcase name="test_site with data set #2" assertions="1" time="0.000139"/>
<testcase name="test_site with data set #3" assertions="1" time="0.000142"/>
<testcase name="test_site with data set #4" assertions="1" time="0.000138"/>
<testcase name="test_site with data set #5" assertions="1" time="0.000141"/>
<testcase name="test_site with data set #6" assertions="1" time="0.000139"/>
<testcase name="test_site with data set #7" assertions="1" time="0.000142"/>
<testcase name="test_site with data set #8" assertions="1" time="0.000138"/>
<testcase name="test_site with data set #9" assertions="1" time="0.000141"/>
<testcase name="test_site with data set #10" assertions="1" time="0.000139"/>
<testcase name="test_site with data set #11" assertions="1" time="0.000140"/>
<testcase name="test_site with data set #12" assertions="1" time="0.000138"/>
<testcase name="test_site with data set #13" assertions="1" time="0.000141"/>
<testcase name="test_site with data set #14" assertions="1" time="0.000142"/>
<testcase name="test_site with data set #15" assertions="1" time="0.000141"/>
</testsuite>
<testsuite name="Kohana_URLTest::test_site_url_encode_uri" tests="4" assertions="4" failures="0" errors="0" time="0.000793">
<testcase name="test_site_url_encode_uri with data set #0" assertions="1" time="0.000132"/>
<testcase name="test_site_url_encode_uri with data set #1" assertions="1" time="0.000372"/>
<testcase name="test_site_url_encode_uri with data set #2" assertions="1" time="0.000144"/>
<testcase name="test_site_url_encode_uri with data set #3" assertions="1" time="0.000145"/>
</testsuite>
<testsuite name="Kohana_URLTest::test_title" tests="12" assertions="12" failures="0" errors="0" time="0.003028">
<testcase name="test_title with data set #0" assertions="1" time="0.000605"/>
<testcase name="test_title with data set #1" assertions="1" time="0.000154"/>
<testcase name="test_title with data set #2" assertions="1" time="0.000147"/>
<testcase name="test_title with data set #3" assertions="1" time="0.000155"/>
<testcase name="test_title with data set #4" assertions="1" time="0.000155"/>
<testcase name="test_title with data set #5" assertions="1" time="0.000154"/>
<testcase name="test_title with data set #6" assertions="1" time="0.000150"/>
<testcase name="test_title with data set #7" assertions="1" time="0.000152"/>
<testcase name="test_title with data set #8" assertions="1" time="0.000151"/>
<testcase name="test_title with data set #9" assertions="1" time="0.000154"/>
<testcase name="test_title with data set #10" assertions="1" time="0.000151"/>
<testcase name="test_title with data set #11" assertions="1" time="0.000901"/>
</testsuite>
<testsuite name="Kohana_URLTest::test_query" tests="12" assertions="12" failures="0" errors="0" time="0.001691">
<testcase name="test_query with data set #0" assertions="1" time="0.000132"/>
<testcase name="test_query with data set #1" assertions="1" time="0.000138"/>
<testcase name="test_query with data set #2" assertions="1" time="0.000139"/>
<testcase name="test_query with data set #3" assertions="1" time="0.000168"/>
<testcase name="test_query with data set #4" assertions="1" time="0.000137"/>
<testcase name="test_query with data set #5" assertions="1" time="0.000136"/>
<testcase name="test_query with data set #6" assertions="1" time="0.000138"/>
<testcase name="test_query with data set #7" assertions="1" time="0.000137"/>
<testcase name="test_query with data set #8" assertions="1" time="0.000141"/>
<testcase name="test_query with data set #9" assertions="1" time="0.000140"/>
<testcase name="test_query with data set #10" assertions="1" time="0.000143"/>
<testcase name="test_query with data set #11" assertions="1" time="0.000141"/>
</testsuite>
</testsuite>
<testsuite name="Kohana_UTF8Test" file="/root/kohana/system/tests/kohana/UTF8Test.php" fullPackage="Kohana" category="Tests" package="Kohana" tests="84" assertions="83" failures="0" errors="1" time="0.012865">
<testsuite name="Kohana_UTF8Test::test_clean" tests="6" assertions="6" failures="0" errors="0" time="0.000460">
<testcase name="test_clean with data set #0" assertions="1" time="0.000076"/>
<testcase name="test_clean with data set #1" assertions="1" time="0.000080"/>
<testcase name="test_clean with data set #2" assertions="1" time="0.000071"/>
<testcase name="test_clean with data set #3" assertions="1" time="0.000077"/>
<testcase name="test_clean with data set #4" assertions="1" time="0.000072"/>
<testcase name="test_clean with data set #5" assertions="1" time="0.000084"/>
</testsuite>
<testsuite name="Kohana_UTF8Test::test_is_ascii" tests="5" assertions="5" failures="0" errors="0" time="0.000394">
<testcase name="test_is_ascii with data set #0" assertions="1" time="0.000090"/>
<testcase name="test_is_ascii with data set #1" assertions="1" time="0.000075"/>
<testcase name="test_is_ascii with data set #2" assertions="1" time="0.000075"/>
<testcase name="test_is_ascii with data set #3" assertions="1" time="0.000077"/>
<testcase name="test_is_ascii with data set #4" assertions="1" time="0.000077"/>
</testsuite>
<testsuite name="Kohana_UTF8Test::test_strip_ascii_ctrl" tests="5" assertions="5" failures="0" errors="0" time="0.000344">
<testcase name="test_strip_ascii_ctrl with data set #0" assertions="1" time="0.000070"/>
<testcase name="test_strip_ascii_ctrl with data set #1" assertions="1" time="0.000069"/>
<testcase name="test_strip_ascii_ctrl with data set #2" assertions="1" time="0.000068"/>
<testcase name="test_strip_ascii_ctrl with data set #3" assertions="1" time="0.000069"/>
<testcase name="test_strip_ascii_ctrl with data set #4" assertions="1" time="0.000068"/>
</testsuite>
<testsuite name="Kohana_UTF8Test::test_strip_non_ascii" tests="2" assertions="2" failures="0" errors="0" time="0.000146">
<testcase name="test_strip_non_ascii with data set #0" assertions="1" time="0.000075"/>
<testcase name="test_strip_non_ascii with data set #1" assertions="1" time="0.000071"/>
</testsuite>
<testsuite name="Kohana_UTF8Test::test_transliterate_to_ascii" tests="6" assertions="6" failures="0" errors="0" time="0.000596">
<testcase name="test_transliterate_to_ascii with data set #0" assertions="1" time="0.000091"/>
<testcase name="test_transliterate_to_ascii with data set #1" assertions="1" time="0.000125"/>
<testcase name="test_transliterate_to_ascii with data set #2" assertions="1" time="0.000102"/>
<testcase name="test_transliterate_to_ascii with data set #3" assertions="1" time="0.000103"/>
<testcase name="test_transliterate_to_ascii with data set #4" assertions="1" time="0.000087"/>
<testcase name="test_transliterate_to_ascii with data set #5" assertions="1" time="0.000088"/>
</testsuite>
<testsuite name="Kohana_UTF8Test::test_strlen" tests="2" assertions="2" failures="0" errors="0" time="0.000141">
<testcase name="test_strlen with data set #0" assertions="1" time="0.000071"/>
<testcase name="test_strlen with data set #1" assertions="1" time="0.000070"/>
</testsuite>
<testsuite name="Kohana_UTF8Test::test_strpos" tests="2" assertions="2" failures="0" errors="0" time="0.000147">
<testcase name="test_strpos with data set #0" assertions="1" time="0.000074"/>
<testcase name="test_strpos with data set #1" assertions="1" time="0.000073"/>
</testsuite>
<testsuite name="Kohana_UTF8Test::test_strrpos" tests="2" assertions="2" failures="0" errors="0" time="0.000189">
<testcase name="test_strrpos with data set #0" assertions="1" time="0.000096"/>
<testcase name="test_strrpos with data set #1" assertions="1" time="0.000093"/>
</testsuite>
<testsuite name="Kohana_UTF8Test::test_substr" tests="4" assertions="4" failures="0" errors="0" time="0.000294">
<testcase name="test_substr with data set #0" assertions="1" time="0.000075"/>
<testcase name="test_substr with data set #1" assertions="1" time="0.000073"/>
<testcase name="test_substr with data set #2" assertions="1" time="0.000073"/>
<testcase name="test_substr with data set #3" assertions="1" time="0.000073"/>
</testsuite>
<testsuite name="Kohana_UTF8Test::test_substr_replace" tests="2" assertions="2" failures="0" errors="0" time="0.000541">
<testcase name="test_substr_replace with data set #0" assertions="1" time="0.000455"/>
<testcase name="test_substr_replace with data set #1" assertions="1" time="0.000086"/>
</testsuite>
<testsuite name="Kohana_UTF8Test::test_strtolower" tests="2" assertions="2" failures="0" errors="0" time="0.000159">
<testcase name="test_strtolower with data set #0" assertions="1" time="0.000083"/>
<testcase name="test_strtolower with data set #1" assertions="1" time="0.000076"/>
</testsuite>
<testsuite name="Kohana_UTF8Test::test_strtoupper" tests="2" assertions="2" failures="0" errors="0" time="0.000248">
<testcase name="test_strtoupper with data set #0" assertions="1" time="0.000171"/>
<testcase name="test_strtoupper with data set #1" assertions="1" time="0.000077"/>
</testsuite>
<testsuite name="Kohana_UTF8Test::test_ucfirst" tests="1" assertions="1" failures="0" errors="0" time="0.000361">
<testcase name="test_ucfirst with data set #0" assertions="1" time="0.000361"/>
</testsuite>
<testsuite name="Kohana_UTF8Test::test_ucwords" tests="2" assertions="1" failures="0" errors="1" time="0.000729">
<testcase name="test_ucwords with data set #0" assertions="1" time="0.000348"/>
<testcase name="test_ucwords with data set #1" assertions="0" time="0.000381">
<error type="PHPUnit_Framework_Error_Notice">Kohana_UTF8Test::test_ucwords with data set #1 ('i ♥ Cocoñùт', 'I ♥ Cocoñùт')
Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead
/root/kohana/system/utf8/ucwords.php:22
/root/kohana/system/classes/Kohana/UTF8.php:396
/root/kohana/system/tests/kohana/UTF8Test.php:338
/root/kohana/modules/unittest/classes/Kohana/Unittest/TestSuite.php:51
</error>
</testcase>
</testsuite>
<testsuite name="Kohana_UTF8Test::test_strcasecmp" tests="5" assertions="5" failures="0" errors="0" time="0.000708">
<testcase name="test_strcasecmp with data set #0" assertions="1" time="0.000364"/>
<testcase name="test_strcasecmp with data set #1" assertions="1" time="0.000087"/>
<testcase name="test_strcasecmp with data set #2" assertions="1" time="0.000085"/>
<testcase name="test_strcasecmp with data set #3" assertions="1" time="0.000086"/>
<testcase name="test_strcasecmp with data set #4" assertions="1" time="0.000086"/>
</testsuite>
<testsuite name="Kohana_UTF8Test::test_str_ireplace" tests="4" assertions="4" failures="0" errors="0" time="0.000806">
<testcase name="test_str_ireplace with data set #0" assertions="1" time="0.000473"/>
<testcase name="test_str_ireplace with data set #1" assertions="1" time="0.000102"/>
<testcase name="test_str_ireplace with data set #2" assertions="1" time="0.000131"/>
<testcase name="test_str_ireplace with data set #3" assertions="1" time="0.000100"/>
</testsuite>
<testsuite name="Kohana_UTF8Test::test_stristr" tests="3" assertions="3" failures="0" errors="0" time="0.000669">
<testcase name="test_stristr with data set #0" assertions="1" time="0.000465"/>
<testcase name="test_stristr with data set #1" assertions="1" time="0.000095"/>
<testcase name="test_stristr with data set #2" assertions="1" time="0.000109"/>
</testsuite>
<testsuite name="Kohana_UTF8Test::test_strspn" tests="4" assertions="4" failures="0" errors="0" time="0.000689">
<testcase name="test_strspn with data set #0" assertions="1" time="0.000418"/>
<testcase name="test_strspn with data set #1" assertions="1" time="0.000093"/>
<testcase name="test_strspn with data set #2" assertions="1" time="0.000086"/>
<testcase name="test_strspn with data set #3" assertions="1" time="0.000092"/>
</testsuite>
<testsuite name="Kohana_UTF8Test::test_strcspn" tests="3" assertions="3" failures="0" errors="0" time="0.000630">
<testcase name="test_strcspn with data set #0" assertions="1" time="0.000431"/>
<testcase name="test_strcspn with data set #1" assertions="1" time="0.000112"/>
<testcase name="test_strcspn with data set #2" assertions="1" time="0.000087"/>
</testsuite>
<testsuite name="Kohana_UTF8Test::test_str_pad" tests="3" assertions="3" failures="0" errors="0" time="0.000831">
<testcase name="test_str_pad with data set #0" assertions="1" time="0.000622"/>
<testcase name="test_str_pad with data set #1" assertions="1" time="0.000123"/>
<testcase name="test_str_pad with data set #2" assertions="1" time="0.000086"/>
</testsuite>
<testcase name="test_str_pad_error" class="Kohana_UTF8Test" file="/root/kohana/system/tests/kohana/UTF8Test.php" line="489" assertions="1" time="0.000775"/>
<testsuite name="Kohana_UTF8Test::test_str_split" tests="3" assertions="3" failures="0" errors="0" time="0.000263">
<testcase name="test_str_split with data set #0" assertions="1" time="0.000084"/>
<testcase name="test_str_split with data set #1" assertions="1" time="0.000092"/>
<testcase name="test_str_split with data set #2" assertions="1" time="0.000087"/>
</testsuite>
<testsuite name="Kohana_UTF8Test::test_strrev" tests="1" assertions="1" failures="0" errors="0" time="0.000433">
<testcase name="test_strrev with data set #0" assertions="1" time="0.000433"/>
</testsuite>
<testsuite name="Kohana_UTF8Test::test_trim" tests="3" assertions="3" failures="0" errors="0" time="0.001142">
<testcase name="test_trim with data set #0" assertions="1" time="0.000371"/>
<testcase name="test_trim with data set #1" assertions="1" time="0.000696"/>
<testcase name="test_trim with data set #2" assertions="1" time="0.000075"/>
</testsuite>
<testsuite name="Kohana_UTF8Test::test_ltrim" tests="4" assertions="4" failures="0" errors="0" time="0.000298">
<testcase name="test_ltrim with data set #0" assertions="1" time="0.000070"/>
<testcase name="test_ltrim with data set #1" assertions="1" time="0.000072"/>
<testcase name="test_ltrim with data set #2" assertions="1" time="0.000071"/>
<testcase name="test_ltrim with data set #3" assertions="1" time="0.000085"/>
</testsuite>
<testsuite name="Kohana_UTF8Test::test_rtrim" tests="4" assertions="4" failures="0" errors="0" time="0.000294">
<testcase name="test_rtrim with data set #0" assertions="1" time="0.000071"/>
<testcase name="test_rtrim with data set #1" assertions="1" time="0.000072"/>
<testcase name="test_rtrim with data set #2" assertions="1" time="0.000070"/>
<testcase name="test_rtrim with data set #3" assertions="1" time="0.000081"/>
</testsuite>
<testsuite name="Kohana_UTF8Test::test_ord" tests="3" assertions="3" failures="0" errors="0" time="0.000578">
<testcase name="test_ord with data set #0" assertions="1" time="0.000438"/>
<testcase name="test_ord with data set #1" assertions="1" time="0.000070"/>
<testcase name="test_ord with data set #2" assertions="1" time="0.000070"/>
</testsuite>
</testsuite>
<testsuite name="Kohana_UploadTest" file="/root/kohana/system/tests/kohana/UploadTest.php" fullPackage="Kohana" category="Tests" package="Kohana" tests="13" assertions="13" failures="0" errors="0" time="0.002580">
<testsuite name="Kohana_UploadTest::test_size" tests="4" assertions="4" failures="0" errors="0" time="0.001279">
<testcase name="test_size with data set #0" assertions="1" time="0.000968"/>
<testcase name="test_size with data set #1" assertions="1" time="0.000093"/>
<testcase name="test_size with data set #2" assertions="1" time="0.000114"/>
<testcase name="test_size with data set #3" assertions="1" time="0.000104"/>
</testsuite>
<testcase name="test_size_throws_exception_for_invalid_size" class="Kohana_UploadTest" file="/root/kohana/system/tests/kohana/UploadTest.php" line="98" assertions="1" time="0.000298"/>
<testcase name="provider_valid" class="Kohana_UploadTest" file="/root/kohana/system/tests/kohana/UploadTest.php" line="121" assertions="0" time="0.000327"/>
<testsuite name="Kohana_UploadTest::test_valid" tests="6" assertions="6" failures="0" errors="0" time="0.000531">
<testcase name="test_valid with data set #0" assertions="1" time="0.000086"/>
<testcase name="test_valid with data set #1" assertions="1" time="0.000085"/>
<testcase name="test_valid with data set #2" assertions="1" time="0.000085"/>
<testcase name="test_valid with data set #3" assertions="1" time="0.000084"/>
<testcase name="test_valid with data set #4" assertions="1" time="0.000084"/>
<testcase name="test_valid with data set #5" assertions="1" time="0.000107"/>
</testsuite>
<testcase name="test_type" class="Kohana_UploadTest" file="/root/kohana/system/tests/kohana/UploadTest.php" line="207" assertions="2" time="0.000146"/>
</testsuite>
<testsuite name="Kohana_ValidTest" file="/root/kohana/system/tests/kohana/ValidTest.php" fullPackage="Kohana" category="Tests" package="Kohana" tests="249" assertions="266" failures="0" errors="0" time="0.170634">
<testsuite name="Kohana_ValidTest::test_alpha" tests="9" assertions="9" failures="0" errors="0" time="0.002129">
<testcase name="test_alpha with data set #0" assertions="1" time="0.001450"/>
<testcase name="test_alpha with data set #1" assertions="1" time="0.000081"/>
<testcase name="test_alpha with data set #2" assertions="1" time="0.000079"/>
<testcase name="test_alpha with data set #3" assertions="1" time="0.000079"/>
<testcase name="test_alpha with data set #4" assertions="1" time="0.000123"/>
<testcase name="test_alpha with data set #5" assertions="1" time="0.000081"/>
<testcase name="test_alpha with data set #6" assertions="1" time="0.000079"/>
<testcase name="test_alpha with data set #7" assertions="1" time="0.000078"/>
<testcase name="test_alpha with data set #8" assertions="1" time="0.000079"/>
</testsuite>
<testsuite name="Kohana_ValidTest::test_alpha_numeric" tests="10" assertions="10" failures="0" errors="0" time="0.000821">
<testcase name="test_alpha_numeric with data set #0" assertions="1" time="0.000081"/>
<testcase name="test_alpha_numeric with data set #1" assertions="1" time="0.000079"/>
<testcase name="test_alpha_numeric with data set #2" assertions="1" time="0.000079"/>
<testcase name="test_alpha_numeric with data set #3" assertions="1" time="0.000079"/>
<testcase name="test_alpha_numeric with data set #4" assertions="1" time="0.000100"/>
<testcase name="test_alpha_numeric with data set #5" assertions="1" time="0.000083"/>
<testcase name="test_alpha_numeric with data set #6" assertions="1" time="0.000082"/>
<testcase name="test_alpha_numeric with data set #7" assertions="1" time="0.000080"/>
<testcase name="test_alpha_numeric with data set #8" assertions="1" time="0.000079"/>
<testcase name="test_alpha_numeric with data set #9" assertions="1" time="0.000079"/>
</testsuite>
<testsuite name="Kohana_ValidTest::test_alpha_dash" tests="8" assertions="16" failures="0" errors="0" time="0.000750">
<testcase name="test_alpha_dash with data set #0" assertions="2" time="0.000106"/>
<testcase name="test_alpha_dash with data set #1" assertions="2" time="0.000093"/>
<testcase name="test_alpha_dash with data set #2" assertions="2" time="0.000093"/>
<testcase name="test_alpha_dash with data set #3" assertions="2" time="0.000093"/>
<testcase name="test_alpha_dash with data set #4" assertions="2" time="0.000092"/>
<testcase name="test_alpha_dash with data set #5" assertions="2" time="0.000091"/>
<testcase name="test_alpha_dash with data set #6" assertions="2" time="0.000091"/>
<testcase name="test_alpha_dash with data set #7" assertions="2" time="0.000091"/>
</testsuite>
<testsuite name="Kohana_ValidTest::test_date" tests="13" assertions="13" failures="0" errors="0" time="0.001394">
<testcase name="test_date with data set #0" assertions="1" time="0.000154"/>
<testcase name="test_date with data set #1" assertions="1" time="0.000094"/>
<testcase name="test_date with data set #2" assertions="1" time="0.000089"/>
<testcase name="test_date with data set #3" assertions="1" time="0.000117"/>
<testcase name="test_date with data set #4" assertions="1" time="0.000090"/>
<testcase name="test_date with data set #5" assertions="1" time="0.000091"/>
<testcase name="test_date with data set #6" assertions="1" time="0.000089"/>
<testcase name="test_date with data set #7" assertions="1" time="0.000150"/>
<testcase name="test_date with data set #8" assertions="1" time="0.000145"/>
<testcase name="test_date with data set #9" assertions="1" time="0.000121"/>
<testcase name="test_date with data set #10" assertions="1" time="0.000102"/>
<testcase name="test_date with data set #11" assertions="1" time="0.000076"/>
<testcase name="test_date with data set #12" assertions="1" time="0.000076"/>
</testsuite>
<testsuite name="Kohana_ValidTest::test_decimal" tests="9" assertions="9" failures="0" errors="0" time="0.000851">
<testcase name="test_decimal with data set #0" assertions="1" time="0.000101"/>
<testcase name="test_decimal with data set #1" assertions="1" time="0.000090"/>
<testcase name="test_decimal with data set #2" assertions="1" time="0.000090"/>
<testcase name="test_decimal with data set #3" assertions="1" time="0.000106"/>
<testcase name="test_decimal with data set #4" assertions="1" time="0.000097"/>
<testcase name="test_decimal with data set #5" assertions="1" time="0.000096"/>
<testcase name="test_decimal with data set #6" assertions="1" time="0.000091"/>
<testcase name="test_decimal with data set #7" assertions="1" time="0.000090"/>
<testcase name="test_decimal with data set #8" assertions="1" time="0.000090"/>
</testsuite>
<testsuite name="Kohana_ValidTest::test_digit" tests="9" assertions="18" failures="0" errors="0" time="0.000815">
<testcase name="test_digit with data set #0" assertions="2" time="0.000097"/>
<testcase name="test_digit with data set #1" assertions="2" time="0.000090"/>
<testcase name="test_digit with data set #2" assertions="2" time="0.000090"/>
<testcase name="test_digit with data set #3" assertions="2" time="0.000090"/>
<testcase name="test_digit with data set #4" assertions="2" time="0.000089"/>
<testcase name="test_digit with data set #5" assertions="2" time="0.000091"/>
<testcase name="test_digit with data set #6" assertions="2" time="0.000088"/>
<testcase name="test_digit with data set #7" assertions="2" time="0.000090"/>
<testcase name="test_digit with data set #8" assertions="2" time="0.000090"/>
</testsuite>
<testsuite name="Kohana_ValidTest::test_color" tests="14" assertions="14" failures="0" errors="0" time="0.001064">
<testcase name="test_color with data set #0" assertions="1" time="0.000085"/>
<testcase name="test_color with data set #1" assertions="1" time="0.000078"/>
<testcase name="test_color with data set #2" assertions="1" time="0.000098"/>
<testcase name="test_color with data set #3" assertions="1" time="0.000078"/>
<testcase name="test_color with data set #4" assertions="1" time="0.000078"/>
<testcase name="test_color with data set #5" assertions="1" time="0.000077"/>
<testcase name="test_color with data set #6" assertions="1" time="0.000078"/>
<testcase name="test_color with data set #7" assertions="1" time="0.000077"/>
<testcase name="test_color with data set #8" assertions="1" time="0.000030"/>
<testcase name="test_color with data set #9" assertions="1" time="0.000078"/>
<testcase name="test_color with data set #10" assertions="1" time="0.000077"/>
<testcase name="test_color with data set #11" assertions="1" time="0.000077"/>
<testcase name="test_color with data set #12" assertions="1" time="0.000077"/>
<testcase name="test_color with data set #13" assertions="1" time="0.000076"/>
</testsuite>
<testsuite name="Kohana_ValidTest::test_credit_card" tests="12" assertions="12" failures="0" errors="0" time="0.002144">
<testcase name="test_credit_card with data set #0" assertions="1" time="0.001036"/>
<testcase name="test_credit_card with data set #1" assertions="1" time="0.000109"/>
<testcase name="test_credit_card with data set #2" assertions="1" time="0.000109"/>
<testcase name="test_credit_card with data set #3" assertions="1" time="0.000121"/>
<testcase name="test_credit_card with data set #4" assertions="1" time="0.000111"/>
<testcase name="test_credit_card with data set #5" assertions="1" time="0.000121"/>
<testcase name="test_credit_card with data set #6" assertions="1" time="0.000102"/>
<testcase name="test_credit_card with data set #7" assertions="1" time="0.000102"/>
<testcase name="test_credit_card with data set #8" assertions="1" time="0.000092"/>
<testcase name="test_credit_card with data set #9" assertions="1" time="0.000081"/>
<testcase name="test_credit_card with data set #10" assertions="1" time="0.000079"/>
<testcase name="test_credit_card with data set #11" assertions="1" time="0.000080"/>
</testsuite>
<testsuite name="Kohana_ValidTest::test_luhn" tests="11" assertions="11" failures="0" errors="0" time="0.000888">
<testcase name="test_luhn with data set #0" assertions="1" time="0.000084"/>
<testcase name="test_luhn with data set #1" assertions="1" time="0.000083"/>
<testcase name="test_luhn with data set #2" assertions="1" time="0.000083"/>
<testcase name="test_luhn with data set #3" assertions="1" time="0.000084"/>
<testcase name="test_luhn with data set #4" assertions="1" time="0.000076"/>
<testcase name="test_luhn with data set #5" assertions="1" time="0.000076"/>
<testcase name="test_luhn with data set #6" assertions="1" time="0.000076"/>
<testcase name="test_luhn with data set #7" assertions="1" time="0.000077"/>
<testcase name="test_luhn with data set #8" assertions="1" time="0.000076"/>
<testcase name="test_luhn with data set #9" assertions="1" time="0.000076"/>
<testcase name="test_luhn with data set #10" assertions="1" time="0.000097"/>
</testsuite>
<testsuite name="Kohana_ValidTest::test_email" tests="13" assertions="13" failures="0" errors="0" time="0.001174">
<testcase name="test_email with data set #0" assertions="1" time="0.000122"/>
<testcase name="test_email with data set #1" assertions="1" time="0.000096"/>
<testcase name="test_email with data set #2" assertions="1" time="0.000089"/>
<testcase name="test_email with data set #3" assertions="1" time="0.000082"/>
<testcase name="test_email with data set #4" assertions="1" time="0.000085"/>
<testcase name="test_email with data set #5" assertions="1" time="0.000082"/>
<testcase name="test_email with data set #6" assertions="1" time="0.000085"/>
<testcase name="test_email with data set #7" assertions="1" time="0.000084"/>
<testcase name="test_email with data set #8" assertions="1" time="0.000085"/>
<testcase name="test_email with data set #9" assertions="1" time="0.000081"/>
<testcase name="test_email with data set #10" assertions="1" time="0.000110"/>
<testcase name="test_email with data set #11" assertions="1" time="0.000087"/>
<testcase name="test_email with data set #12" assertions="1" time="0.000087"/>
</testsuite>
<testsuite name="Kohana_ValidTest::test_email_domain" tests="5" assertions="5" failures="0" errors="0" time="0.146536">
<testcase name="test_email_domain with data set #0" assertions="1" time="0.059958"/>
<testcase name="test_email_domain with data set #1" assertions="1" time="0.086252"/>
<testcase name="test_email_domain with data set #2" assertions="1" time="0.000121"/>
<testcase name="test_email_domain with data set #3" assertions="1" time="0.000111"/>
<testcase name="test_email_domain with data set #4" assertions="1" time="0.000094"/>
</testsuite>
<testsuite name="Kohana_ValidTest::test_exact_length" tests="8" assertions="8" failures="0" errors="0" time="0.001032">
<testcase name="test_exact_length with data set #0" assertions="1" time="0.000035"/>
<testcase name="test_exact_length with data set #1" assertions="1" time="0.000122"/>
<testcase name="test_exact_length with data set #2" assertions="1" time="0.000115"/>
<testcase name="test_exact_length with data set #3" assertions="1" time="0.000113"/>
<testcase name="test_exact_length with data set #4" assertions="1" time="0.000114"/>
<testcase name="test_exact_length with data set #5" assertions="1" time="0.000114"/>
<testcase name="test_exact_length with data set #6" assertions="1" time="0.000299"/>
<testcase name="test_exact_length with data set #7" assertions="1" time="0.000120"/>
</testsuite>
<testsuite name="Kohana_ValidTest::test_equals" tests="7" assertions="7" failures="0" errors="0" time="0.000585">
<testcase name="test_equals with data set #0" assertions="1" time="0.000116"/>
<testcase name="test_equals with data set #1" assertions="1" time="0.000079"/>
<testcase name="test_equals with data set #2" assertions="1" time="0.000078"/>
<testcase name="test_equals with data set #3" assertions="1" time="0.000078"/>
<testcase name="test_equals with data set #4" assertions="1" time="0.000078"/>
<testcase name="test_equals with data set #5" assertions="1" time="0.000078"/>
<testcase name="test_equals with data set #6" assertions="1" time="0.000078"/>
</testsuite>
<testsuite name="Kohana_ValidTest::test_ip" tests="9" assertions="9" failures="0" errors="0" time="0.000897">
<testcase name="test_ip with data set #0" assertions="1" time="0.000258"/>
<testcase name="test_ip with data set #1" assertions="1" time="0.000079"/>
<testcase name="test_ip with data set #2" assertions="1" time="0.000079"/>
<testcase name="test_ip with data set #3" assertions="1" time="0.000079"/>
<testcase name="test_ip with data set #4" assertions="1" time="0.000079"/>
<testcase name="test_ip with data set #5" assertions="1" time="0.000078"/>
<testcase name="test_ip with data set #6" assertions="1" time="0.000087"/>
<testcase name="test_ip with data set #7" assertions="1" time="0.000079"/>
<testcase name="test_ip with data set #8" assertions="1" time="0.000079"/>
</testsuite>
<testsuite name="Kohana_ValidTest::test_max_length" tests="6" assertions="6" failures="0" errors="0" time="0.000487">
<testcase name="test_max_length with data set #0" assertions="1" time="0.000085"/>
<testcase name="test_max_length with data set #1" assertions="1" time="0.000080"/>
<testcase name="test_max_length with data set #2" assertions="1" time="0.000080"/>
<testcase name="test_max_length with data set #3" assertions="1" time="0.000080"/>
<testcase name="test_max_length with data set #4" assertions="1" time="0.000081"/>
<testcase name="test_max_length with data set #5" assertions="1" time="0.000081"/>
</testsuite>
<testsuite name="Kohana_ValidTest::test_min_length" tests="6" assertions="6" failures="0" errors="0" time="0.000450">
<testcase name="test_min_length with data set #0" assertions="1" time="0.000082"/>
<testcase name="test_min_length with data set #1" assertions="1" time="0.000080"/>
<testcase name="test_min_length with data set #2" assertions="1" time="0.000081"/>
<testcase name="test_min_length with data set #3" assertions="1" time="0.000047"/>
<testcase name="test_min_length with data set #4" assertions="1" time="0.000080"/>
<testcase name="test_min_length with data set #5" assertions="1" time="0.000080"/>
</testsuite>
<testsuite name="Kohana_ValidTest::test_not_empty" tests="9" assertions="9" failures="0" errors="0" time="0.000689">
<testcase name="test_not_empty with data set #0" assertions="1" time="0.000077"/>
<testcase name="test_not_empty with data set #1" assertions="1" time="0.000076"/>
<testcase name="test_not_empty with data set #2" assertions="1" time="0.000076"/>
<testcase name="test_not_empty with data set #3" assertions="1" time="0.000078"/>
<testcase name="test_not_empty with data set #4" assertions="1" time="0.000078"/>
<testcase name="test_not_empty with data set #5" assertions="1" time="0.000076"/>
<testcase name="test_not_empty with data set #6" assertions="1" time="0.000076"/>
<testcase name="test_not_empty with data set #7" assertions="1" time="0.000076"/>
<testcase name="test_not_empty with data set #8" assertions="1" time="0.000076"/>
</testsuite>
<testsuite name="Kohana_ValidTest::test_numeric" tests="19" assertions="19" failures="0" errors="0" time="0.001656">
<testcase name="test_numeric with data set #0" assertions="1" time="0.000106"/>
<testcase name="test_numeric with data set #1" assertions="1" time="0.000086"/>
<testcase name="test_numeric with data set #2" assertions="1" time="0.000084"/>
<testcase name="test_numeric with data set #3" assertions="1" time="0.000085"/>
<testcase name="test_numeric with data set #4" assertions="1" time="0.000084"/>
<testcase name="test_numeric with data set #5" assertions="1" time="0.000084"/>
<testcase name="test_numeric with data set #6" assertions="1" time="0.000106"/>
<testcase name="test_numeric with data set #7" assertions="1" time="0.000088"/>
<testcase name="test_numeric with data set #8" assertions="1" time="0.000086"/>
<testcase name="test_numeric with data set #9" assertions="1" time="0.000086"/>
<testcase name="test_numeric with data set #10" assertions="1" time="0.000084"/>
<testcase name="test_numeric with data set #11" assertions="1" time="0.000085"/>
<testcase name="test_numeric with data set #12" assertions="1" time="0.000085"/>
<testcase name="test_numeric with data set #13" assertions="1" time="0.000085"/>
<testcase name="test_numeric with data set #14" assertions="1" time="0.000085"/>
<testcase name="test_numeric with data set #15" assertions="1" time="0.000085"/>
<testcase name="test_numeric with data set #16" assertions="1" time="0.000085"/>
<testcase name="test_numeric with data set #17" assertions="1" time="0.000083"/>
<testcase name="test_numeric with data set #18" assertions="1" time="0.000084"/>
</testsuite>
<testsuite name="Kohana_ValidTest::test_phone" tests="10" assertions="10" failures="0" errors="0" time="0.000818">
<testcase name="test_phone with data set #0" assertions="1" time="0.000086"/>
<testcase name="test_phone with data set #1" assertions="1" time="0.000083"/>
<testcase name="test_phone with data set #2" assertions="1" time="0.000081"/>
<testcase name="test_phone with data set #3" assertions="1" time="0.000080"/>
<testcase name="test_phone with data set #4" assertions="1" time="0.000082"/>
<testcase name="test_phone with data set #5" assertions="1" time="0.000082"/>
<testcase name="test_phone with data set #6" assertions="1" time="0.000083"/>
<testcase name="test_phone with data set #7" assertions="1" time="0.000080"/>
<testcase name="test_phone with data set #8" assertions="1" time="0.000080"/>
<testcase name="test_phone with data set #9" assertions="1" time="0.000081"/>
</testsuite>
<testsuite name="Kohana_ValidTest::test_regex" tests="7" assertions="7" failures="0" errors="0" time="0.000580">
<testcase name="test_regex with data set #0" assertions="1" time="0.000088"/>
<testcase name="test_regex with data set #1" assertions="1" time="0.000085"/>
<testcase name="test_regex with data set #2" assertions="1" time="0.000085"/>
<testcase name="test_regex with data set #3" assertions="1" time="0.000083"/>
<testcase name="test_regex with data set #4" assertions="1" time="0.000080"/>
<testcase name="test_regex with data set #5" assertions="1" time="0.000080"/>
<testcase name="test_regex with data set #6" assertions="1" time="0.000079"/>
</testsuite>
<testsuite name="Kohana_ValidTest::test_range" tests="19" assertions="19" failures="0" errors="0" time="0.001606">
<testcase name="test_range with data set #0" assertions="1" time="0.000085"/>
<testcase name="test_range with data set #1" assertions="1" time="0.000084"/>
<testcase name="test_range with data set #2" assertions="1" time="0.000082"/>
<testcase name="test_range with data set #3" assertions="1" time="0.000083"/>
<testcase name="test_range with data set #4" assertions="1" time="0.000083"/>
<testcase name="test_range with data set #5" assertions="1" time="0.000084"/>
<testcase name="test_range with data set #6" assertions="1" time="0.000083"/>
<testcase name="test_range with data set #7" assertions="1" time="0.000087"/>
<testcase name="test_range with data set #8" assertions="1" time="0.000084"/>
<testcase name="test_range with data set #9" assertions="1" time="0.000084"/>
<testcase name="test_range with data set #10" assertions="1" time="0.000084"/>
<testcase name="test_range with data set #11" assertions="1" time="0.000082"/>
<testcase name="test_range with data set #12" assertions="1" time="0.000083"/>
<testcase name="test_range with data set #13" assertions="1" time="0.000083"/>
<testcase name="test_range with data set #14" assertions="1" time="0.000083"/>
<testcase name="test_range with data set #15" assertions="1" time="0.000083"/>
<testcase name="test_range with data set #16" assertions="1" time="0.000104"/>
<testcase name="test_range with data set #17" assertions="1" time="0.000082"/>
<testcase name="test_range with data set #18" assertions="1" time="0.000083"/>
</testsuite>
<testsuite name="Kohana_ValidTest::test_url" tests="30" assertions="30" failures="0" errors="0" time="0.002784">
<testcase name="test_url with data set #0" assertions="1" time="0.000364"/>
<testcase name="test_url with data set #1" assertions="1" time="0.000085"/>
<testcase name="test_url with data set #2" assertions="1" time="0.000084"/>
<testcase name="test_url with data set #3" assertions="1" time="0.000084"/>
<testcase name="test_url with data set #4" assertions="1" time="0.000084"/>
<testcase name="test_url with data set #5" assertions="1" time="0.000085"/>
<testcase name="test_url with data set #6" assertions="1" time="0.000084"/>
<testcase name="test_url with data set #7" assertions="1" time="0.000087"/>
<testcase name="test_url with data set #8" assertions="1" time="0.000084"/>
<testcase name="test_url with data set #9" assertions="1" time="0.000084"/>
<testcase name="test_url with data set #10" assertions="1" time="0.000080"/>
<testcase name="test_url with data set #11" assertions="1" time="0.000081"/>
<testcase name="test_url with data set #12" assertions="1" time="0.000080"/>
<testcase name="test_url with data set #13" assertions="1" time="0.000085"/>
<testcase name="test_url with data set #14" assertions="1" time="0.000085"/>
<testcase name="test_url with data set #15" assertions="1" time="0.000084"/>
<testcase name="test_url with data set #16" assertions="1" time="0.000080"/>
<testcase name="test_url with data set #17" assertions="1" time="0.000080"/>
<testcase name="test_url with data set #18" assertions="1" time="0.000078"/>
<testcase name="test_url with data set #19" assertions="1" time="0.000080"/>
<testcase name="test_url with data set #20" assertions="1" time="0.000100"/>
<testcase name="test_url with data set #21" assertions="1" time="0.000085"/>
<testcase name="test_url with data set #22" assertions="1" time="0.000085"/>
<testcase name="test_url with data set #23" assertions="1" time="0.000080"/>
<testcase name="test_url with data set #24" assertions="1" time="0.000079"/>
<testcase name="test_url with data set #25" assertions="1" time="0.000077"/>
<testcase name="test_url with data set #26" assertions="1" time="0.000077"/>
<testcase name="test_url with data set #27" assertions="1" time="0.000077"/>
<testcase name="test_url with data set #28" assertions="1" time="0.000098"/>
<testcase name="test_url with data set #29" assertions="1" time="0.000089"/>
</testsuite>
<testsuite name="Kohana_ValidTest::test_matches" tests="6" assertions="6" failures="0" errors="0" time="0.000485">
<testcase name="test_matches with data set #0" assertions="1" time="0.000083"/>
<testcase name="test_matches with data set #1" assertions="1" time="0.000081"/>
<testcase name="test_matches with data set #2" assertions="1" time="0.000080"/>
<testcase name="test_matches with data set #3" assertions="1" time="0.000080"/>
<testcase name="test_matches with data set #4" assertions="1" time="0.000081"/>
<testcase name="test_matches with data set #5" assertions="1" time="0.000080"/>
</testsuite>
</testsuite>
<testsuite name="Kohana_ValidationTest" file="/root/kohana/system/tests/kohana/ValidationTest.php" fullPackage="Kohana" category="Tests" package="Kohana" tests="29" assertions="69" failures="0" errors="0" time="0.008465">
<testcase name="test_factory_method_returns_instance_with_values" class="Kohana_ValidationTest" file="/root/kohana/system/tests/kohana/ValidationTest.php" line="27" assertions="2" time="0.001573"/>
<testcase name="test_copy_copies_all_attributes_except_data" class="Kohana_ValidationTest" file="/root/kohana/system/tests/kohana/ValidationTest.php" line="53" assertions="7" time="0.000502"/>
<testcase name="test_initially_there_are_no_labels" class="Kohana_ValidationTest" file="/root/kohana/system/tests/kohana/ValidationTest.php" line="85" assertions="1" time="0.000116"/>
<testcase name="test_label_adds_and_overwrites_label_and_returns_this" class="Kohana_ValidationTest" file="/root/kohana/system/tests/kohana/ValidationTest.php" line="101" assertions="4" time="0.000137"/>
<testcase name="test_labels_adds_and_overwrites_multiple_labels_and_returns_this" class="Kohana_ValidationTest" file="/root/kohana/system/tests/kohana/ValidationTest.php" line="128" assertions="4" time="0.000137"/>
<testcase name="test_bind_adds_and_overwrites_multiple_variables_and_returns_this" class="Kohana_ValidationTest" file="/root/kohana/system/tests/kohana/ValidationTest.php" line="154" assertions="4" time="0.000137"/>
<testcase name="test_bound_callback" class="Kohana_ValidationTest" file="/root/kohana/system/tests/kohana/ValidationTest.php" line="175" assertions="1" time="0.000143"/>
<testsuite name="Kohana_ValidationTest::test_check" tests="6" assertions="18" failures="0" errors="0" time="0.002012">
<testcase name="test_check with data set #0" assertions="3" time="0.000199"/>
<testcase name="test_check with data set #1" assertions="3" time="0.000741"/>
<testcase name="test_check with data set #2" assertions="3" time="0.000378"/>
<testcase name="test_check with data set #3" assertions="3" time="0.000245"/>
<testcase name="test_check with data set #4" assertions="3" time="0.000248"/>
<testcase name="test_check with data set #5" assertions="3" time="0.000201"/>
</testsuite>
<testcase name="test_check_stops_when_error_added_by_callback" class="Kohana_ValidationTest" file="/root/kohana/system/tests/kohana/ValidationTest.php" line="323" assertions="1" time="0.000097"/>
<testsuite name="Kohana_ValidationTest::test_errors" tests="3" assertions="6" failures="0" errors="0" time="0.001305">
<testcase name="test_errors with data set #0" assertions="2" time="0.000853"/>
<testcase name="test_errors with data set #1" assertions="2" time="0.000243"/>
<testcase name="test_errors with data set #2" assertions="2" time="0.000209"/>
</testsuite>
<testsuite name="Kohana_ValidationTest::test_translated_errors" tests="1" assertions="3" failures="0" errors="0" time="0.000282">
<testcase name="test_translated_errors with data set #0" assertions="3" time="0.000282"/>
</testsuite>
<testcase name="test_parameter_labels" class="Kohana_ValidationTest" file="/root/kohana/system/tests/kohana/ValidationTest.php" line="471" assertions="3" time="0.000197"/>
<testcase name="test_arrays_in_parameters" class="Kohana_ValidationTest" file="/root/kohana/system/tests/kohana/ValidationTest.php" line="503" assertions="1" time="0.000192"/>
<testcase name="test_data_stays_unaltered" class="Kohana_ValidationTest" file="/root/kohana/system/tests/kohana/ValidationTest.php" line="521" assertions="2" time="0.000140"/>
<testcase name="test_object_parameters_not_in_messages" class="Kohana_ValidationTest" file="/root/kohana/system/tests/kohana/ValidationTest.php" line="542" assertions="1" time="0.000165"/>
<testcase name="test_as_array_returns_original_array" class="Kohana_ValidationTest" file="/root/kohana/system/tests/kohana/ValidationTest.php" line="560" assertions="1" time="0.000063"/>
<testcase name="test_data_returns_original_array" class="Kohana_ValidationTest" file="/root/kohana/system/tests/kohana/ValidationTest.php" line="579" assertions="1" time="0.000062"/>
<testcase name="test_offsetExists" class="Kohana_ValidationTest" file="/root/kohana/system/tests/kohana/ValidationTest.php" line="593" assertions="3" time="0.000071"/>
<testcase name="test_offsetSet_throws_exception" class="Kohana_ValidationTest" file="/root/kohana/system/tests/kohana/ValidationTest.php" line="610" assertions="1" time="0.000279"/>
<testcase name="test_offsetGet" class="Kohana_ValidationTest" file="/root/kohana/system/tests/kohana/ValidationTest.php" line="622" assertions="3" time="0.000109"/>
<testcase name="test_offsetUnset" class="Kohana_ValidationTest" file="/root/kohana/system/tests/kohana/ValidationTest.php" line="639" assertions="1" time="0.000203"/>
<testcase name="test_error_type_check" class="Kohana_ValidationTest" file="/root/kohana/system/tests/kohana/ValidationTest.php" line="658" assertions="1" time="0.000542"/>
</testsuite>
<testsuite name="Kohana_ViewTest" file="/root/kohana/system/tests/kohana/ViewTest.php" fullPackage="Kohana" category="Tests" package="Kohana" tests="3" assertions="3" failures="0" errors="0" time="0.001953">
<testsuite name="Kohana_ViewTest::test_instantiate" tests="3" assertions="3" failures="0" errors="0" time="0.001953">
<testcase name="test_instantiate with data set #0" assertions="1" time="0.000127"/>
<testcase name="test_instantiate with data set #1" assertions="1" time="0.000109"/>
<testcase name="test_instantiate with data set #2" assertions="1" time="0.001717"/>
</testsuite>
</testsuite>
<testsuite name="Kohana_Request_ClientTest" file="/root/kohana/system/tests/kohana/request/ClientTest.php" fullPackage="Kohana" category="Tests" package="Kohana" tests="21" assertions="32" failures="0" errors="1" time="0.007998">
<testsuite name="Kohana_Request_ClientTest::test_follows_redirects" tests="4" assertions="4" failures="0" errors="0" time="0.001271">
<testcase name="test_follows_redirects with data set #0" assertions="1" time="0.000466"/>
<testcase name="test_follows_redirects with data set #1" assertions="1" time="0.000239"/>
<testcase name="test_follows_redirects with data set #2" assertions="1" time="0.000342"/>
<testcase name="test_follows_redirects with data set #3" assertions="1" time="0.000224"/>
</testsuite>
<testcase name="test_follows_with_headers" class="Kohana_Request_ClientTest" file="/root/kohana/system/tests/kohana/request/ClientTest.php" line="154" assertions="1" time="0.000639">
<error type="PHPUnit_Framework_Error_Notice">Kohana_Request_ClientTest::test_follows_with_headers
Undefined index: authorization
/root/kohana/system/tests/kohana/request/ClientTest.php:173
/root/kohana/modules/unittest/classes/Kohana/Unittest/TestSuite.php:51
</error>
</testcase>
<testsuite name="Kohana_Request_ClientTest::test_follows_with_strict_method" tests="6" assertions="12" failures="0" errors="0" time="0.002143">
<testcase name="test_follows_with_strict_method with data set #0" assertions="2" time="0.000366"/>
<testcase name="test_follows_with_strict_method with data set #1" assertions="2" time="0.000342"/>
<testcase name="test_follows_with_strict_method with data set #2" assertions="2" time="0.000386"/>
<testcase name="test_follows_with_strict_method with data set #3" assertions="2" time="0.000365"/>
<testcase name="test_follows_with_strict_method with data set #4" assertions="2" time="0.000342"/>
<testcase name="test_follows_with_strict_method with data set #5" assertions="2" time="0.000342"/>
</testsuite>
<testsuite name="Kohana_Request_ClientTest::test_follows_with_body_if_not_get" tests="3" assertions="6" failures="0" errors="0" time="0.001009">
<testcase name="test_follows_with_body_if_not_get with data set #0" assertions="2" time="0.000352"/>
<testcase name="test_follows_with_body_if_not_get with data set #1" assertions="2" time="0.000356"/>
<testcase name="test_follows_with_body_if_not_get with data set #2" assertions="2" time="0.000301"/>
</testsuite>
<testsuite name="Kohana_Request_ClientTest::test_triggers_header_callbacks" tests="5" assertions="5" failures="0" errors="0" time="0.001440">
<testcase name="test_triggers_header_callbacks with data set #0" assertions="1" time="0.000200"/>
<testcase name="test_triggers_header_callbacks with data set #1" assertions="1" time="0.000301"/>
<testcase name="test_triggers_header_callbacks with data set #2" assertions="1" time="0.000200"/>
<testcase name="test_triggers_header_callbacks with data set #3" assertions="1" time="0.000305"/>
<testcase name="test_triggers_header_callbacks with data set #4" assertions="1" time="0.000434"/>
</testsuite>
<testcase name="test_deep_recursive_callbacks_are_aborted" class="Kohana_Request_ClientTest" file="/root/kohana/system/tests/kohana/request/ClientTest.php" line="378" assertions="1" time="0.001139"/>
<testcase name="test_client_can_hold_params_for_callbacks" class="Kohana_Request_ClientTest" file="/root/kohana/system/tests/kohana/request/ClientTest.php" line="434" assertions="3" time="0.000356"/>
</testsuite>
<testsuite name="Kohana_Request_Client_ExternalTest" file="/root/kohana/system/tests/kohana/request/client/ExternalTest.php" fullPackage="Kohana" category="Tests" package="Kohana" tests="9" assertions="15" failures="0" errors="0" time="0.019509">
<testsuite name="Kohana_Request_Client_ExternalTest::test_factory" tests="3" assertions="3" failures="0" errors="0" time="0.000226">
<testcase name="test_factory with data set #0" assertions="1" time="0.000080"/>
<testcase name="test_factory with data set #1" assertions="1" time="0.000073"/>
<testcase name="test_factory with data set #2" assertions="1" time="0.000073"/>
</testsuite>
<testsuite name="Kohana_Request_Client_ExternalTest::test_options" tests="4" assertions="4" failures="0" errors="0" time="0.000291">
<testcase name="test_options with data set #0" assertions="1" time="0.000074"/>
<testcase name="test_options with data set #1" assertions="1" time="0.000073"/>
<testcase name="test_options with data set #2" assertions="1" time="0.000073"/>
<testcase name="test_options with data set #3" assertions="1" time="0.000071"/>
</testsuite>
<testsuite name="Kohana_Request_Client_ExternalTest::test_execute" tests="2" assertions="8" failures="0" errors="0" time="0.018991">
<testcase name="test_execute with data set #0" assertions="4" time="0.018515"/>
<testcase name="test_execute with data set #1" assertions="4" time="0.000476"/>
</testsuite>
</testsuite>
<testsuite name="Kohana_Request_Client_InternalTest" file="/root/kohana/system/tests/kohana/request/client/InternalTest.php" fullPackage="Kohana" category="Tests" package="Kohana" tests="3" assertions="6" failures="0" errors="0" time="0.022102">
<testsuite name="Kohana_Request_Client_InternalTest::test_response_failure_status" tests="3" assertions="6" failures="0" errors="0" time="0.022102">
<testcase name="test_response_failure_status with data set #0" assertions="2" time="0.011465"/>
<testcase name="test_response_failure_status with data set #1" assertions="2" time="0.005496"/>
<testcase name="test_response_failure_status with data set #2" assertions="2" time="0.005141"/>
</testsuite>
</testsuite>
</testsuite>
</testsuites>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment