Skip to content

Instantly share code, notes, and snippets.

@mhujer
Created July 4, 2012 09:18
Show Gist options
  • Save mhujer/3046301 to your computer and use it in GitHub Desktop.
Save mhujer/3046301 to your computer and use it in GitHub Desktop.
ZF2 failing tests on Windows (version d71b9ff712f2cebf406ea559e55f691404debfe6)
Zend/Acl:
PHPUnit 3.6.11 by Sebastian Bergmann.
Configuration read from I:\xampp\zf2\tests\phpunit.xml
................................................................. 65 / 68 ( 95%)
...
Time: 0 seconds, Memory: 4.75Mb
OK (68 tests, 244 assertions)
Zend/Authentication:
PHPUnit 3.6.11 by Sebastian Bergmann.
Configuration read from I:\xampp\zf2\tests\phpunit.xml
SSSSSSSSSSSSSSSSSSS.............................................. 65 / 95 ( 68%)
...........S......SSSSSSS.....
Time: 1 second, Memory: 7.00Mb
OK, but incomplete or skipped tests!
Tests: 95, Assertions: 278, Skipped: 27.
Zend/Barcode:
PHPUnit 3.6.11 by Sebastian Bergmann.
Configuration read from I:\xampp\zf2\tests\phpunit.xml
............................................................. 61 / 1228 ( 4%)
.........................S................................... 122 / 1228 ( 9%)
.......................S..................................... 183 / 1228 ( 14%)
..........................S.................................. 244 / 1228 ( 19%)
..................................S.......................... 305 / 1228 ( 24%)
....................................S........................ 366 / 1228 ( 29%)
...................................S......................... 427 / 1228 ( 34%)
................................S............................ 488 / 1228 ( 39%)
.............................S............................... 549 / 1228 ( 44%)
...........................S................................. 610 / 1228 ( 49%)
................S............................................ 671 / 1228 ( 54%)
..............S.............................................. 732 / 1228 ( 59%)
..................S.......................................... 793 / 1228 ( 64%)
................S............................................ 854 / 1228 ( 69%)
..............S.............................................. 915 / 1228 ( 74%)
............S................................................ 976 / 1228 ( 79%)
.........S................................................... 1037 / 1228 ( 84%)
.......S..................................................... 1098 / 1228 ( 89%)
......S...................................................... 1159 / 1228 ( 94%)
............................................................. 1220 / 1228 ( 99%)
........
Time: 8 seconds, Memory: 34.00Mb
OK, but incomplete or skipped tests!
Tests: 1228, Assertions: 2197, Skipped: 18.
Zend/Cache:
PHPUnit 3.6.11 by Sebastian Bergmann.
Configuration read from I:\xampp\zf2\tests\phpunit.xml
............................................................S.. 63 / 579 ( 10%)
.........SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 126 / 579 ( 21%)
SSSSSSSSSSS...SS............................................... 189 / 579 ( 32%)
..............................SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 252 / 579 ( 43%)
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS........................... 315 / 579 ( 54%)
................................S...S.SSSSSSSSSSSSSSSSSSSSSSSSS 378 / 579 ( 65%)
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 441 / 579 ( 76%)
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 504 / 579 ( 87%)
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS.................. 567 / 579 ( 97%)
............
Time: 28 seconds, Memory: 17.50Mb
OK, but incomplete or skipped tests!
Tests: 579, Assertions: 1510, Skipped: 335.
Zend/Captcha:
PHPUnit 3.6.11 by Sebastian Bergmann.
Configuration read from I:\xampp\zf2\tests\phpunit.xml
...............................S.........................
Time: 5 seconds, Memory: 7.00Mb
OK, but incomplete or skipped tests!
Tests: 57, Assertions: 93, Skipped: 1.
Zend/Cloud:
PHPUnit 3.6.11 by Sebastian Bergmann.
Configuration read from I:\xampp\zf2\tests\phpunit.xml
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS...........SSS............SSS 63 / 123 ( 51%)
S....SSSSSSSSSSSSSSSSSSSS............IIII.SSSSSSSSSSSSSSS...
Time: 0 seconds, Memory: 11.00Mb
OK, but incomplete or skipped tests!
Tests: 123, Assertions: 133, Incomplete: 4, Skipped: 76.
Zend/Code:
PHPUnit 3.6.11 by Sebastian Bergmann.
Configuration read from I:\xampp\zf2\tests\phpunit.xml
SSS.......I.....................................I.............. 63 / 216 ( 29%)
............................................................... 126 / 216 ( 58%)
..................................I.I.......................... 189 / 216 ( 87%)
..I........................
Time: 1 second, Memory: 9.75Mb
OK, but incomplete or skipped tests!
Tests: 216, Assertions: 378, Incomplete: 5, Skipped: 3.
Zend/Config:
PHPUnit 3.6.11 by Sebastian Bergmann.
Configuration read from I:\xampp\zf2\tests\phpunit.xml
............................................................... 63 / 120 ( 52%)
......................SSSSSS....E.....E....E.....EESSSSSS
Time: 0 seconds, Memory: 7.50Mb
There were 5 errors:
1) ZendTest\Config\Writer\IniTest::testFileNotWritable
Zend\Config\Exception\RuntimeException: Error writing to "C:\Users\Martin\AppData\Local\Temp\zenD79D.tmp": unlink(C:\Users\Martin\AppData\Local\Temp\zenD79D.tmp): Permission denied
I:\xampp\zf2\library\Zend\Config\Writer\AbstractWriter.php:49
I:\xampp\zf2\tests\Zend\Config\Writer\AbstractWriterTestCase.php:69
I:\xampp\php\pear\phpunit:45
2) ZendTest\Config\Writer\JsonTest::testFileNotWritable
Zend\Config\Exception\RuntimeException: Error writing to "C:\Users\Martin\AppData\Local\Temp\zenD7B3.tmp": unlink(C:\Users\Martin\AppData\Local\Temp\zenD7B3.tmp): Permission denied
I:\xampp\zf2\library\Zend\Config\Writer\AbstractWriter.php:49
I:\xampp\zf2\tests\Zend\Config\Writer\AbstractWriterTestCase.php:69
I:\xampp\php\pear\phpunit:45
3) ZendTest\Config\Writer\PhpArrayTest::testFileNotWritable
Zend\Config\Exception\RuntimeException: Error writing to "C:\Users\Martin\AppData\Local\Temp\zenD7C7.tmp": unlink(C:\Users\Martin\AppData\Local\Temp\zenD7C7.tmp): Permission denied
I:\xampp\zf2\library\Zend\Config\Writer\AbstractWriter.php:49
I:\xampp\zf2\tests\Zend\Config\Writer\AbstractWriterTestCase.php:69
I:\xampp\php\pear\phpunit:45
4) ZendTest\Config\Writer\XmlTest::testFileNotWritable
Zend\Config\Exception\RuntimeException: Error writing to "C:\Users\Martin\AppData\Local\Temp\zenD7EC.tmp": unlink(C:\Users\Martin\AppData\Local\Temp\zenD7EC.tmp): Permission denied
I:\xampp\zf2\library\Zend\Config\Writer\AbstractWriter.php:49
I:\xampp\zf2\tests\Zend\Config\Writer\AbstractWriterTestCase.php:69
I:\xampp\php\pear\phpunit:45
5) ZendTest\Config\Writer\XmlTest::testWriteAndRead
Zend\Config\Exception\RuntimeException: Error writing to "C:\Users\Martin\AppData\Local\Temp\zenD7EC.tmp": unlink(C:\Users\Martin\AppData\Local\Temp\zenD7ED.tmp): Permission denied
I:\xampp\zf2\library\Zend\Config\Writer\AbstractWriter.php:49
I:\xampp\zf2\tests\Zend\Config\Writer\AbstractWriterTestCase.php:69
I:\xampp\php\pear\phpunit:45
FAILURES!
Tests: 120, Assertions: 268, Errors: 5, Skipped: 12.
Zend/Console:
PHPUnit 3.6.11 by Sebastian Bergmann.
Configuration read from I:\xampp\zf2\tests\phpunit.xml
......................................................
Time: 1 second, Memory: 4.25Mb
OK (54 tests, 87 assertions)
Zend/Crypt:
PHPUnit 3.6.11 by Sebastian Bergmann.
Configuration read from I:\xampp\zf2\tests\phpunit.xml
............................................................... 63 / 126 ( 50%)
....................................SEEE....................... 126 / 126 (100%)
Time: 23 seconds, Memory: 8.75Mb
There were 3 errors:
1) ZendTest\Crypt\RsaTest::testKeyGenerationWithUserOpensslConfig
openssl_pkey_new(): unable to write random state
I:\xampp\zf2\library\Zend\Crypt\PublicKey\RsaOptions.php:206
I:\xampp\zf2\tests\Zend\Crypt\PublicKey\RsaTest.php:388
I:\xampp\php\pear\phpunit:45
2) ZendTest\Crypt\RsaTest::testKeyGenerationCreatesPassphrasedPrivateKey
openssl_pkey_new(): unable to write random state
I:\xampp\zf2\library\Zend\Crypt\PublicKey\RsaOptions.php:206
I:\xampp\zf2\tests\Zend\Crypt\PublicKey\RsaTest.php:402
I:\xampp\php\pear\phpunit:45
3) ZendTest\Crypt\RsaTest::testRsaLoadsPassphrasedKeys
openssl_pkey_new(): unable to write random state
I:\xampp\zf2\library\Zend\Crypt\PublicKey\RsaOptions.php:206
I:\xampp\zf2\tests\Zend\Crypt\PublicKey\RsaTest.php:422
I:\xampp\php\pear\phpunit:45
FAILURES!
Tests: 126, Assertions: 1498, Errors: 3, Skipped: 1.
Zend/Db:
PHPUnit 3.6.11 by Sebastian Bergmann.
Configuration read from I:\xampp\zf2\tests\phpunit.xml
............................................................... 63 / 319 ( 19%)
............................................................... 126 / 319 ( 39%)
............................................................... 189 / 319 ( 59%)
............................................................... 252 / 319 ( 78%)
............................................................... 315 / 319 ( 98%)
....
Time: 1 second, Memory: 10.25Mb
OK (319 tests, 720 assertions)
Zend/DebugTest.php:
PHPUnit 3.6.11 by Sebastian Bergmann.
Configuration read from I:\xampp\zf2\tests\phpunit.xml
.....S
Time: 0 seconds, Memory: 3.50Mb
OK, but incomplete or skipped tests!
Tests: 6, Assertions: 6, Skipped: 1.
Zend/Di:
PHPUnit 3.6.11 by Sebastian Bergmann.
Configuration read from I:\xampp\zf2\tests\phpunit.xml
.I........IIII.............I..................................... 65 / 88 ( 73%)
..............IIIIIIIII
Time: 1 second, Memory: 6.75Mb
OK, but incomplete or skipped tests!
Tests: 88, Assertions: 209, Incomplete: 15.
Zend/DocBook:
PHPUnit 3.6.11 by Sebastian Bergmann.
Configuration read from I:\xampp\zf2\tests\phpunit.xml
............
Time: 0 seconds, Memory: 4.25Mb
OK (12 tests, 53 assertions)
Zend/Dom:
PHPUnit 3.6.11 by Sebastian Bergmann.
Configuration read from I:\xampp\zf2\tests\phpunit.xml
..........................................
Time: 0 seconds, Memory: 4.00Mb
OK (42 tests, 64 assertions)
Zend/Escaper:
PHPUnit 3.6.11 by Sebastian Bergmann.
Configuration read from I:\xampp\zf2\tests\phpunit.xml
.................
Time: 1 second, Memory: 3.75Mb
OK (17 tests, 869 assertions)
Zend/EventManager:
PHPUnit 3.6.11 by Sebastian Bergmann.
Configuration read from I:\xampp\zf2\tests\phpunit.xml
...................................S............................. 65 / 73 ( 89%)
........
Time: 0 seconds, Memory: 5.00Mb
OK, but incomplete or skipped tests!
Tests: 73, Assertions: 203, Skipped: 1.
Zend/Feed:
PHPUnit 3.6.11 by Sebastian Bergmann.
Configuration read from I:\xampp\zf2\tests\phpunit.xml
..............................SS............................. 61 / 1318 ( 4%)
............................................................. 122 / 1318 ( 9%)
.............I....I.......................................... 183 / 1318 ( 13%)
............................................................. 244 / 1318 ( 18%)
............................................................. 305 / 1318 ( 23%)
............................................................. 366 / 1318 ( 27%)
............................................................. 427 / 1318 ( 32%)
............................................................. 488 / 1318 ( 37%)
.........I...I............................................... 549 / 1318 ( 41%)
............................................................. 610 / 1318 ( 46%)
............................................................. 671 / 1318 ( 50%)
............................................................. 732 / 1318 ( 55%)
............................................................. 793 / 1318 ( 60%)
............................................................. 854 / 1318 ( 64%)
............................................................. 915 / 1318 ( 69%)
.................................SSSSSSSSI.................I. 976 / 1318 ( 74%)
.....I...II...................................I.............. 1037 / 1318 ( 78%)
.........................................................I... 1098 / 1318 ( 83%)
...................................................I.....I... 1159 / 1318 ( 87%)
............................................I................ 1220 / 1318 ( 92%)
..........I................................II................ 1281 / 1318 ( 97%)
.....................................
Time: 9 seconds, Memory: 36.00Mb
OK, but incomplete or skipped tests!
Tests: 1318, Assertions: 1424, Incomplete: 17, Skipped: 10.
Zend/File:
PHPUnit 3.6.11 by Sebastian Bergmann.
Configuration read from I:\xampp\zf2\tests\phpunit.xml
................................................................. 65 / 98 ( 66%)
.............................SSS.
Time: 1 second, Memory: 6.75Mb
OK, but incomplete or skipped tests!
Tests: 98, Assertions: 299, Skipped: 3.
Zend/Filter:
PHPUnit 3.6.11 by Sebastian Bergmann.
Configuration read from I:\xampp\zf2\tests\phpunit.xml
............................................................... 63 / 383 ( 16%)
.........................SSSSSSSSSSSSS......................... 126 / 383 ( 32%)
............................................................... 189 / 383 ( 49%)
............................FF................................. 252 / 383 ( 65%)
............................................................... 315 / 383 ( 82%)
............................................................... 378 / 383 ( 98%)
.....
Time: 2 seconds, Memory: 12.50Mb
There were 2 failures:
1) ZendTest\Filter\HtmlEntitiesTest::testStripsUnknownCharactersWhenEncodingMismatchDetected
Failed asserting that 'Here is a dash: "—"' contains """".
I:\xampp\zf2\tests\Zend\Filter\HtmlEntitiesTest.php:248
I:\xampp\php\pear\phpunit:45
2) ZendTest\Filter\HtmlEntitiesTest::testRaisesExceptionIfEncodingMismatchDetectedAndFinalStringIsEmpty
Failed asserting that false is true.
I:\xampp\zf2\tests\Zend\Filter\HtmlEntitiesTest.php:270
I:\xampp\php\pear\phpunit:45
FAILURES!
Tests: 383, Assertions: 1127, Failures: 2, Skipped: 13.
Zend/Form:
PHPUnit 3.6.11 by Sebastian Bergmann.
Configuration read from I:\xampp\zf2\tests\phpunit.xml
SSSSSSS...................................................... 61 / 1404 ( 4%)
............................................................. 122 / 1404 ( 8%)
............................................................. 183 / 1404 ( 13%)
............................................................. 244 / 1404 ( 17%)
............................................................. 305 / 1404 ( 21%)
............................................................. 366 / 1404 ( 26%)
............................................................. 427 / 1404 ( 30%)
............................................................. 488 / 1404 ( 34%)
............................................................. 549 / 1404 ( 39%)
............................................................. 610 / 1404 ( 43%)
............................................................. 671 / 1404 ( 47%)
............................................................. 732 / 1404 ( 52%)
............................................................. 793 / 1404 ( 56%)
............................................................. 854 / 1404 ( 60%)
............................................................. 915 / 1404 ( 65%)
............................................................. 976 / 1404 ( 69%)
............................................................. 1037 / 1404 ( 73%)
............................................................. 1098 / 1404 ( 78%)
............................................................. 1159 / 1404 ( 82%)
............................................................. 1220 / 1404 ( 86%)
............................................................. 1281 / 1404 ( 91%)
............................................................. 1342 / 1404 ( 95%)
............................................................. 1403 / 1404 ( 99%)
.
Time: 5 seconds, Memory: 50.00Mb
OK, but incomplete or skipped tests!
Tests: 1404, Assertions: 1963, Skipped: 7.
Zend/GData:
PHPUnit 3.6.11 by Sebastian Bergmann.
Configuration read from I:\xampp\zf2\tests\phpunit.xml
............................................................. 61 / 1291 ( 4%)
............................................................. 122 / 1291 ( 9%)
...................S......................................... 183 / 1291 ( 14%)
........SSSS................................................. 244 / 1291 ( 18%)
..........................SSSSS.............................. 305 / 1291 ( 23%)
............................................................. 366 / 1291 ( 28%)
...............................SSSS.......................... 427 / 1291 ( 33%)
.........................................SSSSSSSSSSSSSSSSSSSS 488 / 1291 ( 37%)
SSSSSSSSSSSSSS............................................... 549 / 1291 ( 42%)
............................................................. 610 / 1291 ( 47%)
............................................................. 671 / 1291 ( 51%)
...............................SSSSSSSSSSSSSS................ 732 / 1291 ( 56%)
........................SSSSSS............................... 793 / 1291 ( 61%)
............................................................. 854 / 1291 ( 66%)
............................................................. 915 / 1291 ( 70%)
.......SSSSSSSSSSSSSS........................................ 976 / 1291 ( 75%)
......................................................SSSSSSS 1037 / 1291 ( 80%)
SSSSSSSSSSSSSSSSSSSSSSSSSSSSS................................ 1098 / 1291 ( 85%)
............................................................. 1159 / 1291 ( 89%)
............................................................. 1220 / 1291 ( 94%)
............................................................. 1281 / 1291 ( 99%)
S
Time: 37 seconds, Memory: 117.50Mb
OK, but incomplete or skipped tests!
Tests: 1282, Assertions: 5199, Skipped: 119.
Zend/Http:
PHPUnit 3.6.11 by Sebastian Bergmann.
Configuration read from I:\xampp\zf2\tests\phpunit.xml
......SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 63 / 696 ( 9%)
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 126 / 696 ( 18%)
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 189 / 696 ( 27%)
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 252 / 696 ( 36%)
SSSSSSSSSSSSSSSS..................SS....SSSSSS................. 315 / 696 ( 45%)
SSS.................................................II..II..II. 378 / 696 ( 54%)
......I...II..II..II..II.......II..II..II..................II.. 441 / 696 ( 63%)
II......II..II..II......II..II......II...........II..II..II..II 504 / 696 ( 72%)
..II........II.......II.............................II..II..II. 567 / 696 ( 81%)
.II..II..II..II..II..II........................................ 630 / 696 ( 90%)
...........................................S..I.....I........S. 693 / 696 ( 99%)
...
Time: 1 second, Memory: 19.25Mb
OK, but incomplete or skipped tests!
Tests: 696, Assertions: 786, Incomplete: 71, Skipped: 275.
Zend/I18n:
PHPUnit 3.6.11 by Sebastian Bergmann.
Configuration read from I:\xampp\zf2\tests\phpunit.xml
............................................................... 63 / 213 ( 29%)
..........................F.................................... 126 / 213 ( 59%)
............................................................... 189 / 213 ( 88%)
........................
Time: 0 seconds, Memory: 7.50Mb
There was 1 failure:
1) ZendTest\I18n\Validator\FloatTest::testBasic with data set #3 ('10.1', true)
Failed expecting 10.1 being true
Failed asserting that false matches expected true.
I:\xampp\zf2\tests\Zend\I18n\Validator\FloatTest.php:65
I:\xampp\php\pear\phpunit:45
FAILURES!
Tests: 213, Assertions: 2113, Failures: 1.
Zend/InfoCard:
PHPUnit 3.6.11 by Sebastian Bergmann.
Configuration read from I:\xampp\zf2\tests\phpunit.xml
...........................................
Time: 1 second, Memory: 4.75Mb
OK (43 tests, 109 assertions)
Zend/InputFilter:
PHPUnit 3.6.11 by Sebastian Bergmann.
Configuration read from I:\xampp\zf2\tests\phpunit.xml
.........................................................
Time: 1 second, Memory: 5.25Mb
OK (57 tests, 143 assertions)
Zend/Json:
PHPUnit 3.6.11 by Sebastian Bergmann.
Configuration read from I:\xampp\zf2\tests\phpunit.xml
............................................SI................. 63 / 220 ( 28%)
...I........................................................... 126 / 220 ( 57%)
............................................................... 189 / 220 ( 85%)
...............................
Time: 1 second, Memory: 11.50Mb
OK, but incomplete or skipped tests!
Tests: 220, Assertions: 762, Incomplete: 2, Skipped: 1.
Zend/Ldap:
PHPUnit 3.6.11 by Sebastian Bergmann.
Configuration read from I:\xampp\zf2\tests\phpunit.xml
.........................................SSSSSSSSSSSSSSSSSSSSSS 63 / 459 ( 13%)
SSSSSSSSSSSSSSSSSSSSS.......................................... 126 / 459 ( 27%)
.............SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS.... 189 / 459 ( 41%)
............................................................... 252 / 459 ( 54%)
........................................................SSSSSSS 315 / 459 ( 68%)
SSS.............................................SSSSSSSSSSSSSSS 378 / 459 ( 82%)
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 441 / 459 ( 96%)
SSSSSSSSSSSSSSSSSS
Time: 1 second, Memory: 12.75Mb
OK, but incomplete or skipped tests!
Tests: 459, Assertions: 648, Skipped: 195.
Zend/Loader:
PHPUnit 3.6.11 by Sebastian Bergmann.
Configuration read from I:\xampp\zf2\tests\phpunit.xml
............SSSSSSSSSSSSSSSS...........E....................... 63 / 196 ( 32%)
............................................................... 126 / 196 ( 64%)
............................................................... 189 / 196 ( 96%)
......
Time: 0 seconds, Memory: 7.25Mb
There was 1 error:
1) ZendTest\Loader\ClassMapAutoloaderTest::testCanLoadClassMapFromPhar
include(): Filename cannot be empty
I:\xampp\zf2\library\Zend\Loader\ClassMapAutoloader.php:198
I:\xampp\zf2\library\Zend\Loader\ClassMapAutoloader.php:198
I:\xampp\zf2\library\Zend\Loader\ClassMapAutoloader.php:95
I:\xampp\zf2\tests\Zend\Loader\ClassMapAutoloaderTest.php:188
I:\xampp\php\pear\phpunit:45
FAILURES!
Tests: 195, Assertions: 293, Errors: 1, Skipped: 16.
Zend/Log:
PHPUnit 3.6.11 by Sebastian Bergmann.
Configuration read from I:\xampp\zf2\tests\phpunit.xml
................................................................. 65 / 87 ( 74%)
.....................
Time: 1 second, Memory: 6.75Mb
OK (86 tests, 156 assertions)
Zend/Mail:
PHPUnit 3.6.11 by Sebastian Bergmann.
Configuration read from I:\xampp\zf2\tests\phpunit.xml
...................................................II.......... 63 / 449 ( 14%)
............................................................... 126 / 449 ( 28%)
..........................SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 189 / 449 ( 42%)
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 252 / 449 ( 56%)
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS............. 315 / 449 ( 70%)
......S........................................S............... 378 / 449 ( 84%)
.........................SSSSSSSSSSSSSSSSSSSSSSSSSSSS.....S.... 441 / 449 ( 98%)
........
Time: 3 seconds, Memory: 13.50Mb
OK, but incomplete or skipped tests!
Tests: 449, Assertions: 540, Incomplete: 2, Skipped: 181.
Zend/Markup:
PHPUnit 3.6.11 by Sebastian Bergmann.
Configuration read from I:\xampp\zf2\tests\phpunit.xml
............
Time: 0 seconds, Memory: 4.50Mb
OK (12 tests, 42 assertions)
Zend/Math:
PHPUnit 3.6.11 by Sebastian Bergmann.
Configuration read from I:\xampp\zf2\tests\phpunit.xml
.................SSSSSSSSSSSSSSSSS.......
Time: 2 seconds, Memory: 4.50Mb
OK, but incomplete or skipped tests!
Tests: 41, Assertions: 8296, Skipped: 17.
Zend/Memory:
PHPUnit 3.6.11 by Sebastian Bergmann.
Configuration read from I:\xampp\zf2\tests\phpunit.xml
.......................
Time: 1 second, Memory: 5.25Mb
OK (23 tests, 126 assertions)
Zend/Mime:
PHPUnit 3.6.11 by Sebastian Bergmann.
Configuration read from I:\xampp\zf2\tests\phpunit.xml
.......................
Time: 0 seconds, Memory: 4.25Mb
OK (23 tests, 48 assertions)
Zend/ModuleManager:
PHPUnit 3.6.11 by Sebastian Bergmann.
Configuration read from I:\xampp\zf2\tests\phpunit.xml
.................................................
Time: 0 seconds, Memory: 7.00Mb
OK (49 tests, 167 assertions)
Zend/Mvc:
PHPUnit 3.6.11 by Sebastian Bergmann.
Configuration read from I:\xampp\zf2\tests\phpunit.xml
............................................................... 63 / 410 ( 15%)
............................................................... 126 / 410 ( 30%)
............................................................... 189 / 410 ( 46%)
............................................................... 252 / 410 ( 61%)
............................................................... 315 / 410 ( 76%)
............................................................... 378 / 410 ( 92%)
................................
Time: 1 second, Memory: 18.00Mb
OK (410 tests, 696 assertions)
Zend/Navigation:
PHPUnit 3.6.11 by Sebastian Bergmann.
Configuration read from I:\xampp\zf2\tests\phpunit.xml
............................................................... 63 / 153 ( 41%)
............................................................... 126 / 153 ( 82%)
.........................
Time: 1 second, Memory: 9.50Mb
OK (151 tests, 240 assertions)
Zend/OAuth:
PHPUnit 3.6.11 by Sebastian Bergmann.
Configuration read from I:\xampp\zf2\tests\phpunit.xml
................................................................. 65 / 96 ( 67%)
.....II........................
Time: 0 seconds, Memory: 7.25Mb
OK, but incomplete or skipped tests!
Tests: 96, Assertions: 94, Incomplete: 2.
Zend/OpenId:
PHPUnit 3.6.11 by Sebastian Bergmann.
Configuration read from I:\xampp\zf2\tests\phpunit.xml
EEF.F.EE.EEEEEEE................................................. 65 / 67 ( 97%)
..
Time: 4 seconds, Memory: 9.00Mb
There were 11 errors:
1) ZendTest\OpenId\ConsumerTest::testLogin
symlink(): Cannot create symlink, error code(1314)
I:\xampp\zf2\library\Zend\OpenId\Consumer\Storage\File.php:127
I:\xampp\zf2\tests\Zend\OpenId\ConsumerTest.php:66
I:\xampp\php\pear\phpunit:45
2) ZendTest\OpenId\ConsumerTest::testCheck
symlink(): Cannot create symlink, error code(1314)
I:\xampp\zf2\library\Zend\OpenId\Consumer\Storage\File.php:127
I:\xampp\zf2\tests\Zend\OpenId\ConsumerTest.php:223
I:\xampp\php\pear\phpunit:45
3) ZendTest\OpenId\ConsumerTest::testVerify
symlink(): Cannot create symlink, error code(1314)
I:\xampp\zf2\library\Zend\OpenId\Consumer\Storage\File.php:127
I:\xampp\zf2\tests\Zend\OpenId\ConsumerTest.php:753
I:\xampp\php\pear\phpunit:45
4) ZendTest\OpenId\ConsumerTest::testVerifyDumb
symlink(): Cannot create symlink, error code(1314)
I:\xampp\zf2\library\Zend\OpenId\Consumer\Storage\File.php:127
I:\xampp\zf2\tests\Zend\OpenId\ConsumerTest.php:986
I:\xampp\php\pear\phpunit:45
5) ZendTest\OpenId\Consumer\Storage\FileTest::testGetAssociation
symlink(): Cannot create symlink, error code(1314)
I:\xampp\zf2\library\Zend\OpenId\Consumer\Storage\File.php:127
I:\xampp\zf2\tests\Zend\OpenId\Consumer\Storage\FileTest.php:142
I:\xampp\php\pear\phpunit:45
6) ZendTest\OpenId\Consumer\Storage\FileTest::testGetAssociationByHandle
unlink(I:\xampp\zf2\tests\Zend\OpenId\Consumer\Storage/_files/assoc_url_f5149b7b777179b0676fc2f334bbb486): Permission denied
I:\xampp\zf2\tests\Zend\OpenId\Consumer\Storage\FileTest.php:76
I:\xampp\zf2\tests\Zend\OpenId\Consumer\Storage\FileTest.php:89
I:\xampp\php\pear\phpunit:45
7) ZendTest\OpenId\Consumer\Storage\FileTest::testGetAssociationExpiratin
unlink(I:\xampp\zf2\tests\Zend\OpenId\Consumer\Storage/_files/assoc_url_f5149b7b777179b0676fc2f334bbb486): Permission denied
I:\xampp\zf2\tests\Zend\OpenId\Consumer\Storage\FileTest.php:76
I:\xampp\zf2\tests\Zend\OpenId\Consumer\Storage\FileTest.php:89
I:\xampp\php\pear\phpunit:45
8) ZendTest\OpenId\Consumer\Storage\FileTest::testGetAssociationByHandleExpiration
unlink(I:\xampp\zf2\tests\Zend\OpenId\Consumer\Storage/_files/assoc_url_f5149b7b777179b0676fc2f334bbb486): Permission denied
I:\xampp\zf2\tests\Zend\OpenId\Consumer\Storage\FileTest.php:76
I:\xampp\zf2\tests\Zend\OpenId\Consumer\Storage\FileTest.php:89
I:\xampp\php\pear\phpunit:45
9) ZendTest\OpenId\Consumer\Storage\FileTest::testGetDiscoveryInfo
unlink(I:\xampp\zf2\tests\Zend\OpenId\Consumer\Storage/_files/assoc_url_f5149b7b777179b0676fc2f334bbb486): Permission denied
I:\xampp\zf2\tests\Zend\OpenId\Consumer\Storage\FileTest.php:76
I:\xampp\zf2\tests\Zend\OpenId\Consumer\Storage\FileTest.php:89
I:\xampp\php\pear\phpunit:45
10) ZendTest\OpenId\Consumer\Storage\FileTest::testGetDiscoveryInfoExpiration
unlink(I:\xampp\zf2\tests\Zend\OpenId\Consumer\Storage/_files/assoc_url_f5149b7b777179b0676fc2f334bbb486): Permission denied
I:\xampp\zf2\tests\Zend\OpenId\Consumer\Storage\FileTest.php:76
I:\xampp\zf2\tests\Zend\OpenId\Consumer\Storage\FileTest.php:89
I:\xampp\php\pear\phpunit:45
11) ZendTest\OpenId\Consumer\Storage\FileTest::testIsUniqueNonce
unlink(I:\xampp\zf2\tests\Zend\OpenId\Consumer\Storage/_files/assoc_url_f5149b7b777179b0676fc2f334bbb486): Permission denied
I:\xampp\zf2\tests\Zend\OpenId\Consumer\Storage\FileTest.php:76
I:\xampp\zf2\tests\Zend\OpenId\Consumer\Storage\FileTest.php:89
I:\xampp\php\pear\phpunit:45
--
There were 2 failures:
1) ZendTest\OpenId\ConsumerTest::testGetAssociation
Failed asserting that true is false.
I:\xampp\zf2\tests\Zend\OpenId\ConsumerTest.php:270
I:\xampp\php\pear\phpunit:45
2) ZendTest\OpenId\ConsumerTest::testAssociate
Failed asserting that true is false.
I:\xampp\zf2\tests\Zend\OpenId\ConsumerTest.php:390
I:\xampp\php\pear\phpunit:45
FAILURES!
Tests: 67, Assertions: 939, Failures: 2, Errors: 11.
Zend/Paginator:
PHPUnit 3.6.11 by Sebastian Bergmann.
Configuration read from I:\xampp\zf2\tests\phpunit.xml
....IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII 63 / 213 ( 29%)
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII.............II.... 126 / 213 ( 59%)
.....................................I......................... 189 / 213 ( 88%)
.......................
Time: 1 second, Memory: 10.25Mb
OK, but incomplete or skipped tests!
Tests: 212, Assertions: 211, Incomplete: 106.
Zend/Pdf:
PHPUnit 3.6.11 by Sebastian Bergmann.
Configuration read from I:\xampp\zf2\tests\phpunit.xml
............................................................... 63 / 100 ( 63%)
.....................................
Time: 3 seconds, Memory: 23.25Mb
OK (100 tests, 293 assertions)
Zend/ProgressBar:
PHPUnit 3.6.11 by Sebastian Bergmann.
Configuration read from I:\xampp\zf2\tests\phpunit.xml
.........................................
Time: 0 seconds, Memory: 4.75Mb
OK (41 tests, 67 assertions)
Zend/RegistryTest.php:
PHPUnit 3.6.11 by Sebastian Bergmann.
Configuration read from I:\xampp\zf2\tests\phpunit.xml
......
Time: 0 seconds, Memory: 3.25Mb
OK (6 tests, 8 assertions)
Zend/Rest:
PHPUnit 3.6.11 by Sebastian Bergmann.
Configuration read from I:\xampp\zf2\tests\phpunit.xml
.............................
Time: 0 seconds, Memory: 5.00Mb
OK (29 tests, 55 assertions)
Zend/Search:
PHPUnit 3.6.11 by Sebastian Bergmann.
Configuration read from I:\xampp\zf2\tests\phpunit.xml
.........................E...........E......................... 63 / 157 ( 40%)
............................................................... 126 / 157 ( 80%)
...............................
Time: 19 seconds, Memory: 17.50Mb
There were 2 errors:
1) ZendTest\Search\Lucene\DocumentTest::testHtmlInlineTagsIndexing
Zend\Search\Lucene\Exception\InvalidArgumentException: File 'I:\xampp\zf2\tests\Zend\Search\Lucene/_index/_files/segments_2' is not readable.
I:\xampp\zf2\library\Zend\Search\Lucene\Storage\File\Filesystem.php:56
I:\xampp\zf2\library\Zend\Search\Lucene\Storage\Directory\Filesystem.php:356
I:\xampp\zf2\library\Zend\Search\Lucene\Index.php:415
I:\xampp\zf2\library\Zend\Search\Lucene\Lucene.php:68
I:\xampp\zf2\tests\Zend\Search\Lucene\DocumentTest.php:176
I:\xampp\php\pear\phpunit:45
2) ZendTest\Search\Lucene\IndexTest::testCreate
Zend\Search\Lucene\Exception\InvalidArgumentException: File 'I:\xampp\zf2\tests\Zend\Search\Lucene/_index/_files/segments_2' is not readable.
I:\xampp\zf2\library\Zend\Search\Lucene\Storage\File\Filesystem.php:56
I:\xampp\zf2\library\Zend\Search\Lucene\Storage\Directory\Filesystem.php:356
I:\xampp\zf2\library\Zend\Search\Lucene\Index.php:415
I:\xampp\zf2\library\Zend\Search\Lucene\Lucene.php:68
I:\xampp\zf2\tests\Zend\Search\Lucene\IndexTest.php:61
I:\xampp\php\pear\phpunit:45
FAILURES!
Tests: 157, Assertions: 1069, Errors: 2.
Zend/Serializer:
PHPUnit 3.6.11 by Sebastian Bergmann.
Configuration read from I:\xampp\zf2\tests\phpunit.xml
....SSSSSSSSSSS................................................ 63 / 129 ( 48%)
............................................................... 126 / 129 ( 97%)
...
Time: 0 seconds, Memory: 6.00Mb
OK, but incomplete or skipped tests!
Tests: 129, Assertions: 124, Skipped: 11.
Zend/Server:
PHPUnit 3.6.11 by Sebastian Bergmann.
Configuration read from I:\xampp\zf2\tests\phpunit.xml
............................................................... 63 / 120 ( 52%)
.........................................................
Time: 1 second, Memory: 6.75Mb
OK (120 tests, 299 assertions)
Zend/ServiceManager:
PHPUnit 3.6.11 by Sebastian Bergmann.
Configuration read from I:\xampp\zf2\tests\phpunit.xml
...................................................
Time: 0 seconds, Memory: 6.00Mb
OK (51 tests, 69 assertions)
Zend/Session:
PHPUnit 3.6.11 by Sebastian Bergmann.
Configuration read from I:\xampp\zf2\tests\phpunit.xml
............................................................... 63 / 457 ( 13%)
............................................................... 126 / 457 ( 27%)
............................................................... 189 / 457 ( 41%)
............................................................... 252 / 457 ( 55%)
...........................S.....SS.......S.SSSS............... 315 / 457 ( 68%)
............................................................... 378 / 457 ( 82%)
............................................................... 441 / 457 ( 96%)
................
Time: 59 seconds, Memory: 10.75Mb
OK, but incomplete or skipped tests!
Tests: 457, Assertions: 598, Skipped: 8.
Zend/Soap:
PHPUnit 3.6.11 by Sebastian Bergmann.
Configuration read from I:\xampp\zf2\tests\phpunit.xml
...................SS.......ISSS.S............................. 63 / 147 ( 42%)
............S..SS........I.S................................... 126 / 147 ( 85%)
.....................
Time: 1 second, Memory: 8.25Mb
OK, but incomplete or skipped tests!
Tests: 147, Assertions: 298, Incomplete: 2, Skipped: 10.
Zend/Stdlib:
PHPUnit 3.6.11 by Sebastian Bergmann.
Configuration read from I:\xampp\zf2\tests\phpunit.xml
............................................................... 63 / 103 ( 61%)
........................................
Time: 1 second, Memory: 5.50Mb
OK (103 tests, 259 assertions)
Zend/Tag:
PHPUnit 3.6.11 by Sebastian Bergmann.
Configuration read from I:\xampp\zf2\tests\phpunit.xml
...............................................................
Time: 0 seconds, Memory: 4.75Mb
OK (63 tests, 97 assertions)
Zend/Text:
PHPUnit 3.6.11 by Sebastian Bergmann.
Configuration read from I:\xampp\zf2\tests\phpunit.xml
............................................................... 63 / 100 ( 63%)
.....................................
Time: 1 second, Memory: 5.00Mb
OK (100 tests, 113 assertions)
Zend/TimeSync:
PHPUnit 3.6.11 by Sebastian Bergmann.
Configuration read from I:\xampp\zf2\tests\phpunit.xml
............SSS..S
Time: 0 seconds, Memory: 3.75Mb
OK, but incomplete or skipped tests!
Tests: 18, Assertions: 22, Skipped: 4.
Zend/Uri:
PHPUnit 3.6.11 by Sebastian Bergmann.
Configuration read from I:\xampp\zf2\tests\phpunit.xml
............................................................... 63 / 477 ( 13%)
............................................................... 126 / 477 ( 26%)
............................................................... 189 / 477 ( 39%)
............................................................... 252 / 477 ( 52%)
............................................................... 315 / 477 ( 66%)
............................................................... 378 / 477 ( 79%)
...............................F............................... 441 / 477 ( 92%)
....................................
Time: 1 second, Memory: 7.25Mb
There was 1 failure:
1) ZendTest\Uri\UriTest::testNormalizeUrl with data set #7 ('http://www.example.com/a%c2%b1b', 'http://www.example.com/a%C2%B1b')
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'http://www.example.com/a%C2%B1b'
+'http://www.example.com/aÂ%B1b'
I:\xampp\zf2\tests\Zend\Uri\UriTest.php:701
I:\xampp\php\pear\phpunit:45
FAILURES!
Tests: 477, Assertions: 495, Failures: 1.
Zend/Validator:
PHPUnit 3.6.11 by Sebastian Bergmann.
Configuration read from I:\xampp\zf2\tests\phpunit.xml
............................................................... 63 / 657 ( 9%)
............................................................... 126 / 657 ( 19%)
............................................................... 189 / 657 ( 28%)
..................................I....................S....... 252 / 657 ( 38%)
........S..S................................................... 315 / 657 ( 47%)
.................................S......S.............SS....... 378 / 657 ( 57%)
............................................................... 441 / 657 ( 67%)
............................................................... 504 / 657 ( 76%)
............................................................... 567 / 657 ( 86%)
.............................IIIII............................. 630 / 657 ( 95%)
...........................
Time: 2 seconds, Memory: 18.25Mb
OK, but incomplete or skipped tests!
Tests: 657, Assertions: 2261, Incomplete: 6, Skipped: 7.
Zend/VersionTest.php:
PHPUnit 3.6.11 by Sebastian Bergmann.
Configuration read from I:\xampp\zf2\tests\phpunit.xml
.S
Time: 1 second, Memory: 3.25Mb
OK, but incomplete or skipped tests!
Tests: 2, Assertions: 7680, Skipped: 1.
Zend/View:
PHPUnit 3.6.11 by Sebastian Bergmann.
Configuration read from I:\xampp\zf2\tests\phpunit.xml
............................................................... 63 / 699 ( 9%)
............................................................... 126 / 699 ( 18%)
............................................................... 189 / 699 ( 27%)
...................................................F........... 252 / 699 ( 36%)
...........................FF...FFFFFFFFFFFFF.FFFFFFFFFFFFFFFFF 315 / 699 ( 45%)
FFF...F.F.FFFFF.......................FFFFFFFIFIFF.S........... 378 / 699 ( 54%)
............................................................... 441 / 699 ( 63%)
...........FF.................................................. 504 / 699 ( 72%)
....................F..............................S........... 567 / 699 ( 81%)
S.............................................................. 630 / 699 ( 90%)
............................................................... 693 / 699 ( 99%)
......
Time: 6 seconds, Memory: 61.75Mb
There were 56 failures:
1) ZendTest\View\Helper\Navigation\LinksTest::testCanRenderFromServiceAlias
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
'<link rel="start" href="index" title="Home">
-
<link rel="next" href="page2/page2_3/page2_3_3/2" title="Page 2.3.3.2">
-
<link rel="prev" href="page2/page2_3/page2_3_3" title="Page 2.3.3">
-
<link rel="chapter" href="page1" title="Page 1">
-
<link rel="chapter" href="page2" title="Page 2">
-
<link rel="chapter" href="page3" title="Page 3">
-
<link rel="chapter" href="http://www.zym-project.com/" title="Zym">'
I:\xampp\zf2\tests\Zend\View\Helper\Navigation\LinksTest.php:91
I:\xampp\php\pear\phpunit:45
2) ZendTest\View\Helper\Navigation\MenuTest::testCanRenderMenuFromServiceAlias
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
'<ul class="navigation">
-
<li>
-
<a title="Go home" href="index">Home</a>
-
</li>
-
<li>
-
<a href="page1">Page 1</a>
-
<ul>
-
<li>
-
<a href="page1/page1_1">Page 1.1</a>
-
</li>
-
</ul>
-
</li>
-
<li class="active">
-
<a href="page2">Page 2</a>
-
<ul>
-
<li>
-
<a href="page2/page2_1">Page 2.1</a>
-
</li>
-
<li class="active">
-
<a href="page2/page2_2">Page 2.2</a>
-
<ul>
-
<li>
-
<a href="page2/page2_2/page2_2_1">Page 2.2.1</a>
-
</li>
-
<li class="active">
-
<a href="page2/page2_2/page2_2_2">Page 2.2.2</a>
-
</li>
-
</ul>
-
</li>
-
<li class="active">
-
<a href="page2/page2_3">Page 2.3</a>
-
<ul>
-
<li>
-
<a href="page2/page2_3/page2_3_1">Page 2.3.1</a>
-
</li>
-
<li class="active">
-
<a href="page2/page2_3/page2_3_3">Page 2.3.3</a>
-
<ul>
-
<li class="active">
-
<a href="page2/page2_3/page2_3_3/1">Page 2.3.3.1</a>
-
</li>
-
<li class="active">
-
<a href="page2/page2_3/page2_3_3/2">Page 2.3.3.2</a>
-
</li>
-
</ul>
-
</li>
-
</ul>
-
</li>
-
</ul>
-
</li>
-
<li>
-
<a href="page3">Page 3</a>
-
<ul>
-
<li>
-
<a href="page3/page3_1">Page 3.1</a>
-
</li>
-
<li>
-
<a href="page3/page3_2">Page 3.2</a>
-
<ul>
-
<li>
-
<a href="page3/page3_2/page3_2_1">Page 3.2.1</a>
-
</li>
-
<li>
-
<a href="page3/page3_2/page3_2_2">Page 3.2.2</a>
-
</li>
-
</ul>
-
</li>
-
<li>
-
<a href="page3/page3_3">Page 3.3</a>
-
<ul>
-
<li>
-
<a href="page3/page3_3/page3_3_2">Page 3.3.2</a>
-
</li>
-
</ul>
-
</li>
-
</ul>
-
</li>
-
<li>
-
<a href="http://www.zym-project.com/">Zym</a>
-
</li>
-
</ul>'
I:\xampp\zf2\tests\Zend\View\Helper\Navigation\MenuTest.php:56
I:\xampp\php\pear\phpunit:45
3) ZendTest\View\Helper\Navigation\MenuTest::testCanRenderPartialFromServiceAlias
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
'Is a container: yes
-
Pages: Home, Page 1, Page 2, Page 3, Zym'
I:\xampp\zf2\tests\Zend\View\Helper\Navigation\MenuTest.php:65
I:\xampp\php\pear\phpunit:45
4) ZendTest\View\Helper\Navigation\MenuTest::testSetIndentAndOverrideInRenderMenu
Failed asserting that two arrays are equal.
--- Expected
+++ Actual
@@ @@
Array (
'indent4' => ' <ul class="navigation">
+
<li>
+
<a title="Go home" href="index">Home</a>
+
</li>
+
<li>
+
<a href="page1">Page 1</a>
+
<ul>
+
<li>
+
<a href="page1/page1_1">Page 1.1</a>
+
</li>
+
</ul>
+
</li>
+
<li class="active">
+
<a href="page2">Page 2</a>
+
<ul>
+
<li>
+
<a href="page2/page2_1">Page 2.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_2">Page 2.2</a>
+
<ul>
+
<li>
+
<a href="page2/page2_2/page2_2_1">Page 2.2.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_2/page2_2_2">Page 2.2.2</a>
+
</li>
+
</ul>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3">Page 2.3</a>
+
<ul>
+
<li>
+
<a href="page2/page2_3/page2_3_1">Page 2.3.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3">Page 2.3.3</a>
+
<ul>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3/1">Page 2.3.3.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3/2">Page 2.3.3.2</a>
+
</li>
+
</ul>
+
</li>
+
</ul>
+
</li>
+
</ul>
+
</li>
+
<li>
+
<a href="page3">Page 3</a>
+
<ul>
+
<li>
+
<a href="page3/page3_1">Page 3.1</a>
+
</li>
+
<li>
+
<a href="page3/page3_2">Page 3.2</a>
+
<ul>
+
<li>
+
<a href="page3/page3_2/page3_2_1">Page 3.2.1</a>
+
</li>
+
<li>
+
<a href="page3/page3_2/page3_2_2">Page 3.2.2</a>
+
</li>
+
</ul>
+
</li>
+
<li>
+
<a href="page3/page3_3">Page 3.3</a>
+
<ul>
+
<li>
+
<a href="page3/page3_3/page3_3_2">Page 3.3.2</a>
+
</li>
+
</ul>
+
</li>
+
</ul>
+
</li>
+
<li>
+
<a href="http://www.zym-project.com/">Zym</a>
+
</li>
+
</ul>'
'indent8' => ' <ul class="navigation">
+
<li>
+
<a title="Go home" href="index">Home</a>
+
</li>
+
<li>
+
<a href="page1">Page 1</a>
+
<ul>
+
<li>
+
<a href="page1/page1_1">Page 1.1</a>
+
</li>
+
</ul>
+
</li>
+
<li class="active">
+
<a href="page2">Page 2</a>
+
<ul>
+
<li>
+
<a href="page2/page2_1">Page 2.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_2">Page 2.2</a>
+
<ul>
+
<li>
+
<a href="page2/page2_2/page2_2_1">Page 2.2.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_2/page2_2_2">Page 2.2.2</a>
+
</li>
+
</ul>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3">Page 2.3</a>
+
<ul>
+
<li>
+
<a href="page2/page2_3/page2_3_1">Page 2.3.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3">Page 2.3.3</a>
+
<ul>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3/1">Page 2.3.3.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3/2">Page 2.3.3.2</a>
+
</li>
+
</ul>
+
</li>
+
</ul>
+
</li>
+
</ul>
+
</li>
+
<li>
+
<a href="page3">Page 3</a>
+
<ul>
+
<li>
+
<a href="page3/page3_1">Page 3.1</a>
+
</li>
+
<li>
+
<a href="page3/page3_2">Page 3.2</a>
+
<ul>
+
<li>
+
<a href="page3/page3_2/page3_2_1">Page 3.2.1</a>
+
</li>
+
<li>
+
<a href="page3/page3_2/page3_2_2">Page 3.2.2</a>
+
</li>
+
</ul>
+
</li>
+
<li>
+
<a href="page3/page3_3">Page 3.3</a>
+
<ul>
+
<li>
+
<a href="page3/page3_3/page3_3_2">Page 3.3.2</a>
+
</li>
+
</ul>
+
</li>
+
</ul>
+
</li>
+
<li>
+
<a href="http://www.zym-project.com/">Zym</a>
+
</li>
+
</ul>'
)
I:\xampp\zf2\tests\Zend\View\Helper\Navigation\MenuTest.php:106
I:\xampp\php\pear\phpunit:45
5) ZendTest\View\Helper\Navigation\MenuTest::testRenderSuppliedContainerWithoutInterfering
Failed asserting that two arrays are equal.
--- Expected
+++ Actual
@@ @@
Array (
'registered' => '<ul class="navigation">
+
<li>
+
<a title="Go home" href="index">Home</a>
+
</li>
+
<li>
+
<a href="page1">Page 1</a>
+
<ul>
+
<li>
+
<a href="page1/page1_1">Page 1.1</a>
+
</li>
+
</ul>
+
</li>
+
<li class="active">
+
<a href="page2">Page 2</a>
+
<ul>
+
<li>
+
<a href="page2/page2_1">Page 2.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_2">Page 2.2</a>
+
<ul>
+
<li>
+
<a href="page2/page2_2/page2_2_1">Page 2.2.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_2/page2_2_2">Page 2.2.2</a>
+
</li>
+
</ul>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3">Page 2.3</a>
+
<ul>
+
<li>
+
<a href="page2/page2_3/page2_3_1">Page 2.3.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3">Page 2.3.3</a>
+
<ul>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3/1">Page 2.3.3.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3/2">Page 2.3.3.2</a>
+
</li>
+
</ul>
+
</li>
+
</ul>
+
</li>
+
</ul>
+
</li>
+
<li>
+
<a href="page3">Page 3</a>
+
<ul>
+
<li>
+
<a href="page3/page3_1">Page 3.1</a>
+
</li>
+
<li>
+
<a href="page3/page3_2">Page 3.2</a>
+
<ul>
+
<li>
+
<a href="page3/page3_2/page3_2_1">Page 3.2.1</a>
+
</li>
+
<li>
+
<a href="page3/page3_2/page3_2_2">Page 3.2.2</a>
+
</li>
+
</ul>
+
</li>
+
<li>
+
<a href="page3/page3_3">Page 3.3</a>
+
<ul>
+
<li>
+
<a href="page3/page3_3/page3_3_2">Page 3.3.2</a>
+
</li>
+
</ul>
+
</li>
+
</ul>
+
</li>
+
<li>
+
<a href="http://www.zym-project.com/">Zym</a>
+
</li>
+
</ul>'
'supplied' => '<ul class="navigation">
+
<li>
+
<a href="site1">Site 1</a>
+
</li>
+
<li class="active">
+
<a href="site2">Site 2</a>
+
</li>
+
<li>
+
<a href="site3">Site 3</a>
+
</li>
+
</ul>'
'registered_again' => '<ul class="navigation">
+
<li>
+
<a title="Go home" href="index">Home</a>
+
</li>
+
<li>
+
<a href="page1">Page 1</a>
+
<ul>
+
<li>
+
<a href="page1/page1_1">Page 1.1</a>
+
</li>
+
</ul>
+
</li>
+
<li class="active">
+
<a href="page2">Page 2</a>
+
<ul>
+
<li>
+
<a href="page2/page2_1">Page 2.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_2">Page 2.2</a>
+
<ul>
+
<li>
+
<a href="page2/page2_2/page2_2_1">Page 2.2.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_2/page2_2_2">Page 2.2.2</a>
+
</li>
+
</ul>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3">Page 2.3</a>
+
<ul>
+
<li>
+
<a href="page2/page2_3/page2_3_1">Page 2.3.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3">Page 2.3.3</a>
+
<ul>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3/1">Page 2.3.3.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3/2">Page 2.3.3.2</a>
+
</li>
+
</ul>
+
</li>
+
</ul>
+
</li>
+
</ul>
+
</li>
+
<li>
+
<a href="page3">Page 3</a>
+
<ul>
+
<li>
+
<a href="page3/page3_1">Page 3.1</a>
+
</li>
+
<li>
+
<a href="page3/page3_2">Page 3.2</a>
+
<ul>
+
<li>
+
<a href="page3/page3_2/page3_2_1">Page 3.2.1</a>
+
</li>
+
<li>
+
<a href="page3/page3_2/page3_2_2">Page 3.2.2</a>
+
</li>
+
</ul>
+
</li>
+
<li>
+
<a href="page3/page3_3">Page 3.3</a>
+
<ul>
+
<li>
+
<a href="page3/page3_3/page3_3_2">Page 3.3.2</a>
+
</li>
+
</ul>
+
</li>
+
</ul>
+
</li>
+
<li>
+
<a href="http://www.zym-project.com/">Zym</a>
+
</li>
+
</ul>'
)
I:\xampp\zf2\tests\Zend\View\Helper\Navigation\MenuTest.php:125
I:\xampp\php\pear\phpunit:45
6) ZendTest\View\Helper\Navigation\MenuTest::testUseAclRoleAsString
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
'<ul class="navigation">
+
<li>
+
<a title="Go home" href="index">Home</a>
+
</li>
+
<li>
+
<a href="page1">Page 1</a>
+
<ul>
+
<li>
+
<a href="page1/page1_1">Page 1.1</a>
+
</li>
+
</ul>
+
</li>
+
<li class="active">
+
<a href="page2">Page 2</a>
+
<ul>
+
<li>
+
<a href="page2/page2_1">Page 2.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_2">Page 2.2</a>
+
<ul>
+
<li>
+
<a href="page2/page2_2/page2_2_1">Page 2.2.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_2/page2_2_2">Page 2.2.2</a>
+
</li>
+
</ul>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3">Page 2.3</a>
+
<ul>
+
<li>
+
<a href="page2/page2_3/page2_3_1">Page 2.3.1</a>
+
</li>
+
</ul>
+
</li>
+
</ul>
+
</li>
+
<li>
+
<a href="page3">Page 3</a>
+
<ul>
+
<li>
+
<a href="page3/page3_1">Page 3.1</a>
+
</li>
+
<li>
+
<a href="page3/page3_2">Page 3.2</a>
+
<ul>
+
<li>
+
<a href="page3/page3_2/page3_2_1">Page 3.2.1</a>
+
</li>
+
</ul>
+
</li>
+
<li>
+
<a href="page3/page3_3">Page 3.3</a>
+
</li>
+
</ul>
+
</li>
+
<li>
+
<a href="http://www.zym-project.com/">Zym</a>
+
</li>
+
</ul>'
I:\xampp\zf2\tests\Zend\View\Helper\Navigation\MenuTest.php:135
I:\xampp\php\pear\phpunit:45
7) ZendTest\View\Helper\Navigation\MenuTest::testFilterOutPagesBasedOnAcl
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
'<ul class="navigation">
+
<li>
+
<a title="Go home" href="index">Home</a>
+
</li>
+
<li>
+
<a href="page1">Page 1</a>
+
<ul>
+
<li>
+
<a href="page1/page1_1">Page 1.1</a>
+
</li>
+
</ul>
+
</li>
+
<li class="active">
+
<a href="page2">Page 2</a>
+
<ul>
+
<li>
+
<a href="page2/page2_1">Page 2.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_2">Page 2.2</a>
+
<ul>
+
<li>
+
<a href="page2/page2_2/page2_2_1">Page 2.2.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_2/page2_2_2">Page 2.2.2</a>
+
</li>
+
</ul>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3">Page 2.3</a>
+
<ul>
+
<li>
+
<a href="page2/page2_3/page2_3_1">Page 2.3.1</a>
+
</li>
+
</ul>
+
</li>
+
</ul>
+
</li>
+
<li>
+
<a href="page3">Page 3</a>
+
<ul>
+
<li>
+
<a href="page3/page3_1">Page 3.1</a>
+
</li>
+
<li>
+
<a href="page3/page3_2">Page 3.2</a>
+
<ul>
+
<li>
+
<a href="page3/page3_2/page3_2_1">Page 3.2.1</a>
+
</li>
+
<li>
+
<a href="page3/page3_2/page3_2_2">Page 3.2.2</a>
+
</li>
+
</ul>
+
</li>
+
<li>
+
<a href="page3/page3_3">Page 3.3</a>
+
</li>
+
</ul>
+
</li>
+
<li>
+
<a href="http://www.zym-project.com/">Zym</a>
+
</li>
+
</ul>'
I:\xampp\zf2\tests\Zend\View\Helper\Navigation\MenuTest.php:147
I:\xampp\php\pear\phpunit:45
8) ZendTest\View\Helper\Navigation\MenuTest::testDisablingAcl
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
'<ul class="navigation">
+
<li>
+
<a title="Go home" href="index">Home</a>
+
</li>
+
<li>
+
<a href="page1">Page 1</a>
+
<ul>
+
<li>
+
<a href="page1/page1_1">Page 1.1</a>
+
</li>
+
</ul>
+
</li>
+
<li class="active">
+
<a href="page2">Page 2</a>
+
<ul>
+
<li>
+
<a href="page2/page2_1">Page 2.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_2">Page 2.2</a>
+
<ul>
+
<li>
+
<a href="page2/page2_2/page2_2_1">Page 2.2.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_2/page2_2_2">Page 2.2.2</a>
+
</li>
+
</ul>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3">Page 2.3</a>
+
<ul>
+
<li>
+
<a href="page2/page2_3/page2_3_1">Page 2.3.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3">Page 2.3.3</a>
+
<ul>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3/1">Page 2.3.3.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3/2">Page 2.3.3.2</a>
+
</li>
+
</ul>
+
</li>
+
</ul>
+
</li>
+
</ul>
+
</li>
+
<li>
+
<a href="page3">Page 3</a>
+
<ul>
+
<li>
+
<a href="page3/page3_1">Page 3.1</a>
+
</li>
+
<li>
+
<a href="page3/page3_2">Page 3.2</a>
+
<ul>
+
<li>
+
<a href="page3/page3_2/page3_2_1">Page 3.2.1</a>
+
</li>
+
<li>
+
<a href="page3/page3_2/page3_2_2">Page 3.2.2</a>
+
</li>
+
</ul>
+
</li>
+
<li>
+
<a href="page3/page3_3">Page 3.3</a>
+
<ul>
+
<li>
+
<a href="page3/page3_3/page3_3_2">Page 3.3.2</a>
+
</li>
+
</ul>
+
</li>
+
</ul>
+
</li>
+
<li>
+
<a href="http://www.zym-project.com/">Zym</a>
+
</li>
+
</ul>'
I:\xampp\zf2\tests\Zend\View\Helper\Navigation\MenuTest.php:160
I:\xampp\php\pear\phpunit:45
9) ZendTest\View\Helper\Navigation\MenuTest::testUseAnAclRoleInstanceFromAclObject
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
'<ul class="navigation">
+
<li>
+
<a title="Go home" href="index">Home</a>
+
</li>
+
<li>
+
<a href="page1">Page 1</a>
+
<ul>
+
<li>
+
<a href="page1/page1_1">Page 1.1</a>
+
</li>
+
</ul>
+
</li>
+
<li class="active">
+
<a href="page2">Page 2</a>
+
<ul>
+
<li>
+
<a href="page2/page2_1">Page 2.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_2">Page 2.2</a>
+
<ul>
+
<li>
+
<a href="page2/page2_2/page2_2_1">Page 2.2.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_2/page2_2_2">Page 2.2.2</a>
+
</li>
+
</ul>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3">Page 2.3</a>
+
<ul>
+
<li>
+
<a href="page2/page2_3/page2_3_1">Page 2.3.1</a>
+
</li>
+
</ul>
+
</li>
+
</ul>
+
</li>
+
<li>
+
<a href="page3">Page 3</a>
+
<ul>
+
<li>
+
<a href="page3/page3_1">Page 3.1</a>
+
</li>
+
<li>
+
<a href="page3/page3_2">Page 3.2</a>
+
<ul>
+
<li>
+
<a href="page3/page3_2/page3_2_1">Page 3.2.1</a>
+
</li>
+
</ul>
+
</li>
+
<li>
+
<a href="page3/page3_3">Page 3.3</a>
+
</li>
+
</ul>
+
</li>
+
<li>
+
<a href="http://www.zym-project.com/">Zym</a>
+
</li>
+
</ul>'
I:\xampp\zf2\tests\Zend\View\Helper\Navigation\MenuTest.php:170
I:\xampp\php\pear\phpunit:45
10) ZendTest\View\Helper\Navigation\MenuTest::testUseConstructedAclRolesNotFromAclObject
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
'<ul class="navigation">
+
<li>
+
<a title="Go home" href="index">Home</a>
+
</li>
+
<li>
+
<a href="page1">Page 1</a>
+
<ul>
+
<li>
+
<a href="page1/page1_1">Page 1.1</a>
+
</li>
+
</ul>
+
</li>
+
<li class="active">
+
<a href="page2">Page 2</a>
+
<ul>
+
<li>
+
<a href="page2/page2_1">Page 2.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_2">Page 2.2</a>
+
<ul>
+
<li>
+
<a href="page2/page2_2/page2_2_1">Page 2.2.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_2/page2_2_2">Page 2.2.2</a>
+
</li>
+
</ul>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3">Page 2.3</a>
+
<ul>
+
<li>
+
<a href="page2/page2_3/page2_3_1">Page 2.3.1</a>
+
</li>
+
</ul>
+
</li>
+
</ul>
+
</li>
+
<li>
+
<a href="page3">Page 3</a>
+
<ul>
+
<li>
+
<a href="page3/page3_1">Page 3.1</a>
+
</li>
+
<li>
+
<a href="page3/page3_2">Page 3.2</a>
+
<ul>
+
<li>
+
<a href="page3/page3_2/page3_2_1">Page 3.2.1</a>
+
</li>
+
</ul>
+
</li>
+
<li>
+
<a href="page3/page3_3">Page 3.3</a>
+
</li>
+
</ul>
+
</li>
+
<li>
+
<a href="http://www.zym-project.com/">Zym</a>
+
</li>
+
</ul>'
I:\xampp\zf2\tests\Zend\View\Helper\Navigation\MenuTest.php:180
I:\xampp\php\pear\phpunit:45
11) ZendTest\View\Helper\Navigation\MenuTest::testSetUlCssClass
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
'<ul class="My_Nav">
+
<li>
+
<a href="site1">Site 1</a>
+
</li>
+
<li class="active">
+
<a href="site2">Site 2</a>
+
</li>
+
<li>
+
<a href="site3">Site 3</a>
+
</li>
+
</ul>'
I:\xampp\zf2\tests\Zend\View\Helper\Navigation\MenuTest.php:187
I:\xampp\php\pear\phpunit:45
12) ZendTest\View\Helper\Navigation\MenuTest::testTranslationUsingZendTranslate
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
'<ul class="navigation">
+
<li>
+
<a title="GĂĄ hjem" href="index">Hjem</a>
+
</li>
+
<li>
+
<a href="page1">Side 1</a>
+
<ul>
+
<li>
+
<a href="page1/page1_1">Side 1.1</a>
+
</li>
+
</ul>
+
</li>
+
<li class="active">
+
<a href="page2">Side 2</a>
+
<ul>
+
<li>
+
<a href="page2/page2_1">Page 2.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_2">Page 2.2</a>
+
<ul>
+
<li>
+
<a href="page2/page2_2/page2_2_1">Page 2.2.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_2/page2_2_2">Page 2.2.2</a>
+
</li>
+
</ul>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3">Side 2.3</a>
+
<ul>
+
<li>
+
<a href="page2/page2_3/page2_3_1">Page 2.3.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3">Page 2.3.3</a>
+
<ul>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3/1">Side 2.3.3.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3/2">Page 2.3.3.2</a>
+
</li>
+
</ul>
+
</li>
+
</ul>
+
</li>
+
</ul>
+
</li>
+
<li>
+
<a href="page3">Page 3</a>
+
<ul>
+
<li>
+
<a href="page3/page3_1">Page 3.1</a>
+
</li>
+
<li>
+
<a href="page3/page3_2">Page 3.2</a>
+
<ul>
+
<li>
+
<a href="page3/page3_2/page3_2_1">Page 3.2.1</a>
+
</li>
+
<li>
+
<a href="page3/page3_2/page3_2_2">Page 3.2.2</a>
+
</li>
+
</ul>
+
</li>
+
<li>
+
<a href="page3/page3_3">Page 3.3</a>
+
<ul>
+
<li>
+
<a href="page3/page3_3/page3_3_2">Page 3.3.2</a>
+
</li>
+
</ul>
+
</li>
+
</ul>
+
</li>
+
<li>
+
<a href="http://www.zym-project.com/">Zym</a>
+
</li>
+
</ul>'
I:\xampp\zf2\tests\Zend\View\Helper\Navigation\MenuTest.php:196
I:\xampp\php\pear\phpunit:45
13) ZendTest\View\Helper\Navigation\MenuTest::testTranslationUsingZendTranslateAdapter
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
'<ul class="navigation">
+
<li>
+
<a title="GĂĄ hjem" href="index">Hjem</a>
+
</li>
+
<li>
+
<a href="page1">Side 1</a>
+
<ul>
+
<li>
+
<a href="page1/page1_1">Side 1.1</a>
+
</li>
+
</ul>
+
</li>
+
<li class="active">
+
<a href="page2">Side 2</a>
+
<ul>
+
<li>
+
<a href="page2/page2_1">Page 2.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_2">Page 2.2</a>
+
<ul>
+
<li>
+
<a href="page2/page2_2/page2_2_1">Page 2.2.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_2/page2_2_2">Page 2.2.2</a>
+
</li>
+
</ul>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3">Side 2.3</a>
+
<ul>
+
<li>
+
<a href="page2/page2_3/page2_3_1">Page 2.3.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3">Page 2.3.3</a>
+
<ul>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3/1">Side 2.3.3.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3/2">Page 2.3.3.2</a>
+
</li>
+
</ul>
+
</li>
+
</ul>
+
</li>
+
</ul>
+
</li>
+
<li>
+
<a href="page3">Page 3</a>
+
<ul>
+
<li>
+
<a href="page3/page3_1">Page 3.1</a>
+
</li>
+
<li>
+
<a href="page3/page3_2">Page 3.2</a>
+
<ul>
+
<li>
+
<a href="page3/page3_2/page3_2_1">Page 3.2.1</a>
+
</li>
+
<li>
+
<a href="page3/page3_2/page3_2_2">Page 3.2.2</a>
+
</li>
+
</ul>
+
</li>
+
<li>
+
<a href="page3/page3_3">Page 3.3</a>
+
<ul>
+
<li>
+
<a href="page3/page3_3/page3_3_2">Page 3.3.2</a>
+
</li>
+
</ul>
+
</li>
+
</ul>
+
</li>
+
<li>
+
<a href="http://www.zym-project.com/">Zym</a>
+
</li>
+
</ul>'
I:\xampp\zf2\tests\Zend\View\Helper\Navigation\MenuTest.php:205
I:\xampp\php\pear\phpunit:45
14) ZendTest\View\Helper\Navigation\MenuTest::testDisablingTranslation
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
'<ul class="navigation">
+
<li>
+
<a title="Go home" href="index">Home</a>
+
</li>
+
<li>
+
<a href="page1">Page 1</a>
+
<ul>
+
<li>
+
<a href="page1/page1_1">Page 1.1</a>
+
</li>
+
</ul>
+
</li>
+
<li class="active">
+
<a href="page2">Page 2</a>
+
<ul>
+
<li>
+
<a href="page2/page2_1">Page 2.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_2">Page 2.2</a>
+
<ul>
+
<li>
+
<a href="page2/page2_2/page2_2_1">Page 2.2.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_2/page2_2_2">Page 2.2.2</a>
+
</li>
+
</ul>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3">Page 2.3</a>
+
<ul>
+
<li>
+
<a href="page2/page2_3/page2_3_1">Page 2.3.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3">Page 2.3.3</a>
+
<ul>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3/1">Page 2.3.3.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3/2">Page 2.3.3.2</a>
+
</li>
+
</ul>
+
</li>
+
</ul>
+
</li>
+
</ul>
+
</li>
+
<li>
+
<a href="page3">Page 3</a>
+
<ul>
+
<li>
+
<a href="page3/page3_1">Page 3.1</a>
+
</li>
+
<li>
+
<a href="page3/page3_2">Page 3.2</a>
+
<ul>
+
<li>
+
<a href="page3/page3_2/page3_2_1">Page 3.2.1</a>
+
</li>
+
<li>
+
<a href="page3/page3_2/page3_2_2">Page 3.2.2</a>
+
</li>
+
</ul>
+
</li>
+
<li>
+
<a href="page3/page3_3">Page 3.3</a>
+
<ul>
+
<li>
+
<a href="page3/page3_3/page3_3_2">Page 3.3.2</a>
+
</li>
+
</ul>
+
</li>
+
</ul>
+
</li>
+
<li>
+
<a href="http://www.zym-project.com/">Zym</a>
+
</li>
+
</ul>'
I:\xampp\zf2\tests\Zend\View\Helper\Navigation\MenuTest.php:215
I:\xampp\php\pear\phpunit:45
15) ZendTest\View\Helper\Navigation\MenuTest::testRenderingPartial
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
'Is a container: yes
+
Pages: Home, Page 1, Page 2, Page 3, Zym'
I:\xampp\zf2\tests\Zend\View\Helper\Navigation\MenuTest.php:225
I:\xampp\php\pear\phpunit:45
16) ZendTest\View\Helper\Navigation\MenuTest::testRenderingPartialBySpecifyingAnArrayAsPartial
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
'Is a container: yes
+
Pages: Home, Page 1, Page 2, Page 3, Zym'
I:\xampp\zf2\tests\Zend\View\Helper\Navigation\MenuTest.php:235
I:\xampp\php\pear\phpunit:45
17) ZendTest\View\Helper\Navigation\MenuTest::testSetMaxDepth
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
'<ul class="navigation">
+
<li>
+
<a title="Go home" href="index">Home</a>
+
</li>
+
<li>
+
<a href="page1">Page 1</a>
+
<ul>
+
<li>
+
<a href="page1/page1_1">Page 1.1</a>
+
</li>
+
</ul>
+
</li>
+
<li class="active">
+
<a href="page2">Page 2</a>
+
<ul>
+
<li>
+
<a href="page2/page2_1">Page 2.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_2">Page 2.2</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3">Page 2.3</a>
+
</li>
+
</ul>
+
</li>
+
<li>
+
<a href="page3">Page 3</a>
+
<ul>
+
<li>
+
<a href="page3/page3_1">Page 3.1</a>
+
</li>
+
<li>
+
<a href="page3/page3_2">Page 3.2</a>
+
</li>
+
<li>
+
<a href="page3/page3_3">Page 3.3</a>
+
</li>
+
</ul>
+
</li>
+
<li>
+
<a href="http://www.zym-project.com/">Zym</a>
+
</li>
+
</ul>'
I:\xampp\zf2\tests\Zend\View\Helper\Navigation\MenuTest.php:256
I:\xampp\php\pear\phpunit:45
18) ZendTest\View\Helper\Navigation\MenuTest::testSetMinDepth
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
'<ul class="navigation">
+
<li>
+
<a href="page1/page1_1">Page 1.1</a>
+
</li>
+
<li>
+
<a href="page2/page2_1">Page 2.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_2">Page 2.2</a>
+
<ul>
+
<li>
+
<a href="page2/page2_2/page2_2_1">Page 2.2.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_2/page2_2_2">Page 2.2.2</a>
+
</li>
+
</ul>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3">Page 2.3</a>
+
<ul>
+
<li>
+
<a href="page2/page2_3/page2_3_1">Page 2.3.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3">Page 2.3.3</a>
+
<ul>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3/1">Page 2.3.3.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3/2">Page 2.3.3.2</a>
+
</li>
+
</ul>
+
</li>
+
</ul>
+
</li>
+
<li>
+
<a href="page3/page3_1">Page 3.1</a>
+
</li>
+
<li>
+
<a href="page3/page3_2">Page 3.2</a>
+
<ul>
+
<li>
+
<a href="page3/page3_2/page3_2_1">Page 3.2.1</a>
+
</li>
+
<li>
+
<a href="page3/page3_2/page3_2_2">Page 3.2.2</a>
+
</li>
+
</ul>
+
</li>
+
<li>
+
<a href="page3/page3_3">Page 3.3</a>
+
<ul>
+
<li>
+
<a href="page3/page3_3/page3_3_2">Page 3.3.2</a>
+
</li>
+
</ul>
+
</li>
+
</ul>'
I:\xampp\zf2\tests\Zend\View\Helper\Navigation\MenuTest.php:266
I:\xampp\php\pear\phpunit:45
19) ZendTest\View\Helper\Navigation\MenuTest::testSetBothDepts
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
'<ul class="navigation">
+
<li>
+
<a href="page1/page1_1">Page 1.1</a>
+
</li>
+
<li>
+
<a href="page2/page2_1">Page 2.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_2">Page 2.2</a>
+
<ul>
+
<li>
+
<a href="page2/page2_2/page2_2_1">Page 2.2.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_2/page2_2_2">Page 2.2.2</a>
+
</li>
+
</ul>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3">Page 2.3</a>
+
<ul>
+
<li>
+
<a href="page2/page2_3/page2_3_1">Page 2.3.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3">Page 2.3.3</a>
+
</li>
+
</ul>
+
</li>
+
<li>
+
<a href="page3/page3_1">Page 3.1</a>
+
</li>
+
<li>
+
<a href="page3/page3_2">Page 3.2</a>
+
<ul>
+
<li>
+
<a href="page3/page3_2/page3_2_1">Page 3.2.1</a>
+
</li>
+
<li>
+
<a href="page3/page3_2/page3_2_2">Page 3.2.2</a>
+
</li>
+
</ul>
+
</li>
+
<li>
+
<a href="page3/page3_3">Page 3.3</a>
+
<ul>
+
<li>
+
<a href="page3/page3_3/page3_3_2">Page 3.3.2</a>
+
</li>
+
</ul>
+
</li>
+
</ul>'
I:\xampp\zf2\tests\Zend\View\Helper\Navigation\MenuTest.php:276
I:\xampp\php\pear\phpunit:45
20) ZendTest\View\Helper\Navigation\MenuTest::testSetOnlyActiveBranch
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
'<ul class="navigation">
+
<li class="active">
+
<a href="page2">Page 2</a>
+
<ul>
+
<li class="active">
+
<a href="page2/page2_2">Page 2.2</a>
+
<ul>
+
<li class="active">
+
<a href="page2/page2_2/page2_2_2">Page 2.2.2</a>
+
</li>
+
</ul>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3">Page 2.3</a>
+
<ul>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3">Page 2.3.3</a>
+
<ul>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3/1">Page 2.3.3.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3/2">Page 2.3.3.2</a>
+
</li>
+
</ul>
+
</li>
+
</ul>
+
</li>
+
</ul>
+
</li>
+
</ul>'
I:\xampp\zf2\tests\Zend\View\Helper\Navigation\MenuTest.php:286
I:\xampp\php\pear\phpunit:45
21) ZendTest\View\Helper\Navigation\MenuTest::testSetRenderParents
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
'<ul class="navigation">
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3/1">Page 2.3.3.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3/2">Page 2.3.3.2</a>
+
</li>
+
</ul>'
I:\xampp\zf2\tests\Zend\View\Helper\Navigation\MenuTest.php:296
I:\xampp\php\pear\phpunit:45
22) ZendTest\View\Helper\Navigation\MenuTest::testSetOnlyActiveBranchAndMinDepth
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
'<ul class="navigation">
+
<li class="active">
+
<a href="page2/page2_2">Page 2.2</a>
+
<ul>
+
<li class="active">
+
<a href="page2/page2_2/page2_2_2">Page 2.2.2</a>
+
</li>
+
</ul>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3">Page 2.3</a>
+
<ul>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3">Page 2.3.3</a>
+
<ul>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3/1">Page 2.3.3.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3/2">Page 2.3.3.2</a>
+
</li>
+
</ul>
+
</li>
+
</ul>
+
</li>
+
</ul>'
I:\xampp\zf2\tests\Zend\View\Helper\Navigation\MenuTest.php:306
I:\xampp\php\pear\phpunit:45
23) ZendTest\View\Helper\Navigation\MenuTest::testOnlyActiveBranchAndMaxDepth
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
'<ul class="navigation">
+
<li class="active">
+
<a href="page2">Page 2</a>
+
<ul>
+
<li class="active">
+
<a href="page2/page2_2">Page 2.2</a>
+
<ul>
+
<li class="active">
+
<a href="page2/page2_2/page2_2_2">Page 2.2.2</a>
+
</li>
+
</ul>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3">Page 2.3</a>
+
<ul>
+
<li>
+
<a href="page2/page2_3/page2_3_1">Page 2.3.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3">Page 2.3.3</a>
+
</li>
+
</ul>
+
</li>
+
</ul>
+
</li>
+
</ul>'
I:\xampp\zf2\tests\Zend\View\Helper\Navigation\MenuTest.php:316
I:\xampp\php\pear\phpunit:45
24) ZendTest\View\Helper\Navigation\MenuTest::testOnlyActiveBranchAndBothDepthsSpecified
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
'<ul class="navigation">
+
<li class="active">
+
<a href="page2/page2_2">Page 2.2</a>
+
<ul>
+
<li class="active">
+
<a href="page2/page2_2/page2_2_2">Page 2.2.2</a>
+
</li>
+
</ul>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3">Page 2.3</a>
+
<ul>
+
<li>
+
<a href="page2/page2_3/page2_3_1">Page 2.3.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3">Page 2.3.3</a>
+
</li>
+
</ul>
+
</li>
+
</ul>'
I:\xampp\zf2\tests\Zend\View\Helper\Navigation\MenuTest.php:326
I:\xampp\php\pear\phpunit:45
25) ZendTest\View\Helper\Navigation\MenuTest::testOnlyActiveBranchNoParentsAndBothDepthsSpecified
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
'<ul class="navigation">
+
<li>
+
<a href="page2/page2_3/page2_3_1">Page 2.3.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3">Page 2.3.3</a>
+
</li>
+
</ul>'
I:\xampp\zf2\tests\Zend\View\Helper\Navigation\MenuTest.php:339
I:\xampp\php\pear\phpunit:45
26) ZendTest\View\Helper\Navigation\MenuTest::testOnlyActiveBranchNoParentsActiveOneBelowMinDepth
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
'<ul class="navigation">
+
<li>
+
<a href="page2/page2_1">Page 2.1</a>
+
</li>
+
<li>
+
<a href="page2/page2_2">Page 2.2</a>
+
</li>
+
<li>
+
<a href="page2/page2_3">Page 2.3</a>
+
</li>
+
</ul>'
I:\xampp\zf2\tests\Zend\View\Helper\Navigation\MenuTest.php:367
I:\xampp\php\pear\phpunit:45
27) ZendTest\View\Helper\Navigation\MenuTest::testRenderSubMenuShouldOverrideOptions
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
'<ul class="navigation">
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3/1">Page 2.3.3.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3/2">Page 2.3.3.2</a>
+
</li>
+
</ul>'
I:\xampp\zf2\tests\Zend\View\Helper\Navigation\MenuTest.php:380
I:\xampp\php\pear\phpunit:45
28) ZendTest\View\Helper\Navigation\MenuTest::testOptionMaxDepth
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
'<ul class="navigation">
+
<li>
+
<a title="Go home" href="index">Home</a>
+
</li>
+
<li>
+
<a href="page1">Page 1</a>
+
<ul>
+
<li>
+
<a href="page1/page1_1">Page 1.1</a>
+
</li>
+
</ul>
+
</li>
+
<li class="active">
+
<a href="page2">Page 2</a>
+
<ul>
+
<li>
+
<a href="page2/page2_1">Page 2.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_2">Page 2.2</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3">Page 2.3</a>
+
</li>
+
</ul>
+
</li>
+
<li>
+
<a href="page3">Page 3</a>
+
<ul>
+
<li>
+
<a href="page3/page3_1">Page 3.1</a>
+
</li>
+
<li>
+
<a href="page3/page3_2">Page 3.2</a>
+
</li>
+
<li>
+
<a href="page3/page3_3">Page 3.3</a>
+
</li>
+
</ul>
+
</li>
+
<li>
+
<a href="http://www.zym-project.com/">Zym</a>
+
</li>
+
</ul>'
I:\xampp\zf2\tests\Zend\View\Helper\Navigation\MenuTest.php:392
I:\xampp\php\pear\phpunit:45
29) ZendTest\View\Helper\Navigation\MenuTest::testOptionMinDepth
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
'<ul class="navigation">
+
<li>
+
<a href="page1/page1_1">Page 1.1</a>
+
</li>
+
<li>
+
<a href="page2/page2_1">Page 2.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_2">Page 2.2</a>
+
<ul>
+
<li>
+
<a href="page2/page2_2/page2_2_1">Page 2.2.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_2/page2_2_2">Page 2.2.2</a>
+
</li>
+
</ul>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3">Page 2.3</a>
+
<ul>
+
<li>
+
<a href="page2/page2_3/page2_3_1">Page 2.3.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3">Page 2.3.3</a>
+
<ul>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3/1">Page 2.3.3.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3/2">Page 2.3.3.2</a>
+
</li>
+
</ul>
+
</li>
+
</ul>
+
</li>
+
<li>
+
<a href="page3/page3_1">Page 3.1</a>
+
</li>
+
<li>
+
<a href="page3/page3_2">Page 3.2</a>
+
<ul>
+
<li>
+
<a href="page3/page3_2/page3_2_1">Page 3.2.1</a>
+
</li>
+
<li>
+
<a href="page3/page3_2/page3_2_2">Page 3.2.2</a>
+
</li>
+
</ul>
+
</li>
+
<li>
+
<a href="page3/page3_3">Page 3.3</a>
+
<ul>
+
<li>
+
<a href="page3/page3_3/page3_3_2">Page 3.3.2</a>
+
</li>
+
</ul>
+
</li>
+
</ul>'
I:\xampp\zf2\tests\Zend\View\Helper\Navigation\MenuTest.php:404
I:\xampp\php\pear\phpunit:45
30) ZendTest\View\Helper\Navigation\MenuTest::testOptionBothDepts
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
'<ul class="navigation">
+
<li>
+
<a href="page1/page1_1">Page 1.1</a>
+
</li>
+
<li>
+
<a href="page2/page2_1">Page 2.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_2">Page 2.2</a>
+
<ul>
+
<li>
+
<a href="page2/page2_2/page2_2_1">Page 2.2.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_2/page2_2_2">Page 2.2.2</a>
+
</li>
+
</ul>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3">Page 2.3</a>
+
<ul>
+
<li>
+
<a href="page2/page2_3/page2_3_1">Page 2.3.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3">Page 2.3.3</a>
+
</li>
+
</ul>
+
</li>
+
<li>
+
<a href="page3/page3_1">Page 3.1</a>
+
</li>
+
<li>
+
<a href="page3/page3_2">Page 3.2</a>
+
<ul>
+
<li>
+
<a href="page3/page3_2/page3_2_1">Page 3.2.1</a>
+
</li>
+
<li>
+
<a href="page3/page3_2/page3_2_2">Page 3.2.2</a>
+
</li>
+
</ul>
+
</li>
+
<li>
+
<a href="page3/page3_3">Page 3.3</a>
+
<ul>
+
<li>
+
<a href="page3/page3_3/page3_3_2">Page 3.3.2</a>
+
</li>
+
</ul>
+
</li>
+
</ul>'
I:\xampp\zf2\tests\Zend\View\Helper\Navigation\MenuTest.php:417
I:\xampp\php\pear\phpunit:45
31) ZendTest\View\Helper\Navigation\MenuTest::testOptionOnlyActiveBranch
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
'<ul class="navigation">
+
<li class="active">
+
<a href="page2">Page 2</a>
+
<ul>
+
<li class="active">
+
<a href="page2/page2_2">Page 2.2</a>
+
<ul>
+
<li class="active">
+
<a href="page2/page2_2/page2_2_2">Page 2.2.2</a>
+
</li>
+
</ul>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3">Page 2.3</a>
+
<ul>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3">Page 2.3.3</a>
+
<ul>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3/1">Page 2.3.3.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3/2">Page 2.3.3.2</a>
+
</li>
+
</ul>
+
</li>
+
</ul>
+
</li>
+
</ul>
+
</li>
+
</ul>'
I:\xampp\zf2\tests\Zend\View\Helper\Navigation\MenuTest.php:429
I:\xampp\php\pear\phpunit:45
32) ZendTest\View\Helper\Navigation\MenuTest::testOptionOnlyActiveBranchNoParents
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
'<ul class="navigation">
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3/1">Page 2.3.3.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3/2">Page 2.3.3.2</a>
+
</li>
+
</ul>'
I:\xampp\zf2\tests\Zend\View\Helper\Navigation\MenuTest.php:442
I:\xampp\php\pear\phpunit:45
33) ZendTest\View\Helper\Navigation\MenuTest::testOptionOnlyActiveBranchAndMinDepth
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
'<ul class="navigation">
+
<li class="active">
+
<a href="page2/page2_2">Page 2.2</a>
+
<ul>
+
<li class="active">
+
<a href="page2/page2_2/page2_2_2">Page 2.2.2</a>
+
</li>
+
</ul>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3">Page 2.3</a>
+
<ul>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3">Page 2.3.3</a>
+
<ul>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3/1">Page 2.3.3.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3/2">Page 2.3.3.2</a>
+
</li>
+
</ul>
+
</li>
+
</ul>
+
</li>
+
</ul>'
I:\xampp\zf2\tests\Zend\View\Helper\Navigation\MenuTest.php:455
I:\xampp\php\pear\phpunit:45
34) ZendTest\View\Helper\Navigation\MenuTest::testOptionOnlyActiveBranchAndMaxDepth
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
'<ul class="navigation">
+
<li class="active">
+
<a href="page2">Page 2</a>
+
<ul>
+
<li class="active">
+
<a href="page2/page2_2">Page 2.2</a>
+
<ul>
+
<li class="active">
+
<a href="page2/page2_2/page2_2_2">Page 2.2.2</a>
+
</li>
+
</ul>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3">Page 2.3</a>
+
<ul>
+
<li>
+
<a href="page2/page2_3/page2_3_1">Page 2.3.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3">Page 2.3.3</a>
+
</li>
+
</ul>
+
</li>
+
</ul>
+
</li>
+
</ul>'
I:\xampp\zf2\tests\Zend\View\Helper\Navigation\MenuTest.php:468
I:\xampp\php\pear\phpunit:45
35) ZendTest\View\Helper\Navigation\MenuTest::testOptionOnlyActiveBranchAndBothDepthsSpecified
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
'<ul class="navigation">
+
<li class="active">
+
<a href="page2/page2_2">Page 2.2</a>
+
<ul>
+
<li class="active">
+
<a href="page2/page2_2/page2_2_2">Page 2.2.2</a>
+
</li>
+
</ul>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3">Page 2.3</a>
+
<ul>
+
<li>
+
<a href="page2/page2_3/page2_3_1">Page 2.3.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3">Page 2.3.3</a>
+
</li>
+
</ul>
+
</li>
+
</ul>'
I:\xampp\zf2\tests\Zend\View\Helper\Navigation\MenuTest.php:482
I:\xampp\php\pear\phpunit:45
36) ZendTest\View\Helper\Navigation\MenuTest::testOptionOnlyActiveBranchNoParentsAndBothDepthsSpecified
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
'<ul class="navigation">
+
<li>
+
<a href="page2/page2_3/page2_3_1">Page 2.3.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3">Page 2.3.3</a>
+
</li>
+
</ul>'
I:\xampp\zf2\tests\Zend\View\Helper\Navigation\MenuTest.php:497
I:\xampp\php\pear\phpunit:45
37) ZendTest\View\Helper\Navigation\NavigationTest::testShouldProxyToMenuHelperByDefault
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
'<ul class="navigation">
+
<li>
+
<a title="Go home" href="index">Home</a>
+
</li>
+
<li>
+
<a href="page1">Page 1</a>
+
<ul>
+
<li>
+
<a href="page1/page1_1">Page 1.1</a>
+
</li>
+
</ul>
+
</li>
+
<li class="active">
+
<a href="page2">Page 2</a>
+
<ul>
+
<li>
+
<a href="page2/page2_1">Page 2.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_2">Page 2.2</a>
+
<ul>
+
<li>
+
<a href="page2/page2_2/page2_2_1">Page 2.2.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_2/page2_2_2">Page 2.2.2</a>
+
</li>
+
</ul>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3">Page 2.3</a>
+
<ul>
+
<li>
+
<a href="page2/page2_3/page2_3_1">Page 2.3.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3">Page 2.3.3</a>
+
<ul>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3/1">Page 2.3.3.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3/2">Page 2.3.3.2</a>
+
</li>
+
</ul>
+
</li>
+
</ul>
+
</li>
+
</ul>
+
</li>
+
<li>
+
<a href="page3">Page 3</a>
+
<ul>
+
<li>
+
<a href="page3/page3_1">Page 3.1</a>
+
</li>
+
<li>
+
<a href="page3/page3_2">Page 3.2</a>
+
<ul>
+
<li>
+
<a href="page3/page3_2/page3_2_1">Page 3.2.1</a>
+
</li>
+
<li>
+
<a href="page3/page3_2/page3_2_2">Page 3.2.2</a>
+
</li>
+
</ul>
+
</li>
+
<li>
+
<a href="page3/page3_3">Page 3.3</a>
+
<ul>
+
<li>
+
<a href="page3/page3_3/page3_3_2">Page 3.3.2</a>
+
</li>
+
</ul>
+
</li>
+
</ul>
+
</li>
+
<li>
+
<a href="http://www.zym-project.com/">Zym</a>
+
</li>
+
</ul>'
I:\xampp\zf2\tests\Zend\View\Helper\Navigation\NavigationTest.php:96
I:\xampp\php\pear\phpunit:45
38) ZendTest\View\Helper\Navigation\NavigationTest::testInjectingContainer
Failed asserting that two arrays are equal.
--- Expected
+++ Actual
@@ @@
Array (
'menu' => '<ul class="navigation">
+
<li>
+
<a href="site1">Site 1</a>
+
</li>
+
<li class="active">
+
<a href="site2">Site 2</a>
+
</li>
+
<li>
+
<a href="site3">Site 3</a>
+
</li>
+
</ul>'
'breadcrumbs' => '<a href="page2">Page 2</a> &g....3.3.1'
)
I:\xampp\zf2\tests\Zend\View\Helper\Navigation\NavigationTest.php:122
I:\xampp\php\pear\phpunit:45
39) ZendTest\View\Helper\Navigation\NavigationTest::testInjectingAcl
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
'<ul class="navigation">
+
<li>
+
<a title="Go home" href="index">Home</a>
+
</li>
+
<li>
+
<a href="page1">Page 1</a>
+
<ul>
+
<li>
+
<a href="page1/page1_1">Page 1.1</a>
+
</li>
+
</ul>
+
</li>
+
<li class="active">
+
<a href="page2">Page 2</a>
+
<ul>
+
<li>
+
<a href="page2/page2_1">Page 2.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_2">Page 2.2</a>
+
<ul>
+
<li>
+
<a href="page2/page2_2/page2_2_1">Page 2.2.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_2/page2_2_2">Page 2.2.2</a>
+
</li>
+
</ul>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3">Page 2.3</a>
+
<ul>
+
<li>
+
<a href="page2/page2_3/page2_3_1">Page 2.3.1</a>
+
</li>
+
</ul>
+
</li>
+
</ul>
+
</li>
+
<li>
+
<a href="page3">Page 3</a>
+
<ul>
+
<li>
+
<a href="page3/page3_1">Page 3.1</a>
+
</li>
+
<li>
+
<a href="page3/page3_2">Page 3.2</a>
+
<ul>
+
<li>
+
<a href="page3/page3_2/page3_2_1">Page 3.2.1</a>
+
</li>
+
<li>
+
<a href="page3/page3_2/page3_2_2">Page 3.2.2</a>
+
</li>
+
</ul>
+
</li>
+
<li>
+
<a href="page3/page3_3">Page 3.3</a>
+
</li>
+
</ul>
+
</li>
+
<li>
+
<a href="http://www.zym-project.com/">Zym</a>
+
</li>
+
</ul>'
I:\xampp\zf2\tests\Zend\View\Helper\Navigation\NavigationTest.php:156
I:\xampp\php\pear\phpunit:45
40) ZendTest\View\Helper\Navigation\NavigationTest::testDisablingAclInjection
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
'<ul class="navigation">
+
<li>
+
<a title="Go home" href="index">Home</a>
+
</li>
+
<li>
+
<a href="page1">Page 1</a>
+
<ul>
+
<li>
+
<a href="page1/page1_1">Page 1.1</a>
+
</li>
+
</ul>
+
</li>
+
<li class="active">
+
<a href="page2">Page 2</a>
+
<ul>
+
<li>
+
<a href="page2/page2_1">Page 2.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_2">Page 2.2</a>
+
<ul>
+
<li>
+
<a href="page2/page2_2/page2_2_1">Page 2.2.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_2/page2_2_2">Page 2.2.2</a>
+
</li>
+
</ul>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3">Page 2.3</a>
+
<ul>
+
<li>
+
<a href="page2/page2_3/page2_3_1">Page 2.3.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3">Page 2.3.3</a>
+
<ul>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3/1">Page 2.3.3.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3/2">Page 2.3.3.2</a>
+
</li>
+
</ul>
+
</li>
+
</ul>
+
</li>
+
</ul>
+
</li>
+
<li>
+
<a href="page3">Page 3</a>
+
<ul>
+
<li>
+
<a href="page3/page3_1">Page 3.1</a>
+
</li>
+
<li>
+
<a href="page3/page3_2">Page 3.2</a>
+
<ul>
+
<li>
+
<a href="page3/page3_2/page3_2_1">Page 3.2.1</a>
+
</li>
+
<li>
+
<a href="page3/page3_2/page3_2_2">Page 3.2.2</a>
+
</li>
+
</ul>
+
</li>
+
<li>
+
<a href="page3/page3_3">Page 3.3</a>
+
<ul>
+
<li>
+
<a href="page3/page3_3/page3_3_2">Page 3.3.2</a>
+
</li>
+
</ul>
+
</li>
+
</ul>
+
</li>
+
<li>
+
<a href="http://www.zym-project.com/">Zym</a>
+
</li>
+
</ul>'
I:\xampp\zf2\tests\Zend\View\Helper\Navigation\NavigationTest.php:170
I:\xampp\php\pear\phpunit:45
41) ZendTest\View\Helper\Navigation\NavigationTest::testInjectingTranslator
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
'<ul class="navigation">
+
<li>
+
<a title="GĂĄ hjem" href="index">Hjem</a>
+
</li>
+
<li>
+
<a href="page1">Side 1</a>
+
<ul>
+
<li>
+
<a href="page1/page1_1">Side 1.1</a>
+
</li>
+
</ul>
+
</li>
+
<li class="active">
+
<a href="page2">Side 2</a>
+
<ul>
+
<li>
+
<a href="page2/page2_1">Page 2.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_2">Page 2.2</a>
+
<ul>
+
<li>
+
<a href="page2/page2_2/page2_2_1">Page 2.2.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_2/page2_2_2">Page 2.2.2</a>
+
</li>
+
</ul>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3">Side 2.3</a>
+
<ul>
+
<li>
+
<a href="page2/page2_3/page2_3_1">Page 2.3.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3">Page 2.3.3</a>
+
<ul>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3/1">Side 2.3.3.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3/2">Page 2.3.3.2</a>
+
</li>
+
</ul>
+
</li>
+
</ul>
+
</li>
+
</ul>
+
</li>
+
<li>
+
<a href="page3">Page 3</a>
+
<ul>
+
<li>
+
<a href="page3/page3_1">Page 3.1</a>
+
</li>
+
<li>
+
<a href="page3/page3_2">Page 3.2</a>
+
<ul>
+
<li>
+
<a href="page3/page3_2/page3_2_1">Page 3.2.1</a>
+
</li>
+
<li>
+
<a href="page3/page3_2/page3_2_2">Page 3.2.2</a>
+
</li>
+
</ul>
+
</li>
+
<li>
+
<a href="page3/page3_3">Page 3.3</a>
+
<ul>
+
<li>
+
<a href="page3/page3_3/page3_3_2">Page 3.3.2</a>
+
</li>
+
</ul>
+
</li>
+
</ul>
+
</li>
+
<li>
+
<a href="http://www.zym-project.com/">Zym</a>
+
</li>
+
</ul>'
I:\xampp\zf2\tests\Zend\View\Helper\Navigation\NavigationTest.php:180
I:\xampp\php\pear\phpunit:45
42) ZendTest\View\Helper\Navigation\NavigationTest::testDisablingTranslatorInjection
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
'<ul class="navigation">
+
<li>
+
<a title="Go home" href="index">Home</a>
+
</li>
+
<li>
+
<a href="page1">Page 1</a>
+
<ul>
+
<li>
+
<a href="page1/page1_1">Page 1.1</a>
+
</li>
+
</ul>
+
</li>
+
<li class="active">
+
<a href="page2">Page 2</a>
+
<ul>
+
<li>
+
<a href="page2/page2_1">Page 2.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_2">Page 2.2</a>
+
<ul>
+
<li>
+
<a href="page2/page2_2/page2_2_1">Page 2.2.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_2/page2_2_2">Page 2.2.2</a>
+
</li>
+
</ul>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3">Page 2.3</a>
+
<ul>
+
<li>
+
<a href="page2/page2_3/page2_3_1">Page 2.3.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3">Page 2.3.3</a>
+
<ul>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3/1">Page 2.3.3.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3/2">Page 2.3.3.2</a>
+
</li>
+
</ul>
+
</li>
+
</ul>
+
</li>
+
</ul>
+
</li>
+
<li>
+
<a href="page3">Page 3</a>
+
<ul>
+
<li>
+
<a href="page3/page3_1">Page 3.1</a>
+
</li>
+
<li>
+
<a href="page3/page3_2">Page 3.2</a>
+
<ul>
+
<li>
+
<a href="page3/page3_2/page3_2_1">Page 3.2.1</a>
+
</li>
+
<li>
+
<a href="page3/page3_2/page3_2_2">Page 3.2.2</a>
+
</li>
+
</ul>
+
</li>
+
<li>
+
<a href="page3/page3_3">Page 3.3</a>
+
<ul>
+
<li>
+
<a href="page3/page3_3/page3_3_2">Page 3.3.2</a>
+
</li>
+
</ul>
+
</li>
+
</ul>
+
</li>
+
<li>
+
<a href="http://www.zym-project.com/">Zym</a>
+
</li>
+
</ul>'
I:\xampp\zf2\tests\Zend\View\Helper\Navigation\NavigationTest.php:191
I:\xampp\php\pear\phpunit:45
43) ZendTest\View\Helper\Navigation\NavigationTest::testSpecifyingDefaultProxy
Failed asserting that two arrays are equal.
--- Expected
+++ Actual
@@ @@
Array (
'breadcrumbs' => '<a href="page2">Page 2</a> &g....3.3.1'
'menu' => '<ul class="navigation">
+
<li>
+
<a title="Go home" href="index">Home</a>
+
</li>
+
<li>
+
<a href="page1">Page 1</a>
+
<ul>
+
<li>
+
<a href="page1/page1_1">Page 1.1</a>
+
</li>
+
</ul>
+
</li>
+
<li class="active">
+
<a href="page2">Page 2</a>
+
<ul>
+
<li>
+
<a href="page2/page2_1">Page 2.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_2">Page 2.2</a>
+
<ul>
+
<li>
+
<a href="page2/page2_2/page2_2_1">Page 2.2.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_2/page2_2_2">Page 2.2.2</a>
+
</li>
+
</ul>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3">Page 2.3</a>
+
<ul>
+
<li>
+
<a href="page2/page2_3/page2_3_1">Page 2.3.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3">Page 2.3.3</a>
+
<ul>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3/1">Page 2.3.3.1</a>
+
</li>
+
<li class="active">
+
<a href="page2/page2_3/page2_3_3/2">Page 2.3.3.2</a>
+
</li>
+
</ul>
+
</li>
+
</ul>
+
</li>
+
</ul>
+
</li>
+
<li>
+
<a href="page3">Page 3</a>
+
<ul>
+
<li>
+
<a href="page3/page3_1">Page 3.1</a>
+
</li>
+
<li>
+
<a href="page3/page3_2">Page 3.2</a>
+
<ul>
+
<li>
+
<a href="page3/page3_2/page3_2_1">Page 3.2.1</a>
+
</li>
+
<li>
+
<a href="page3/page3_2/page3_2_2">Page 3.2.2</a>
+
</li>
+
</ul>
+
</li>
+
<li>
+
<a href="page3/page3_3">Page 3.3</a>
+
<ul>
+
<li>
+
<a href="page3/page3_3/page3_3_2">Page 3.3.2</a>
+
</li>
+
</ul>
+
</li>
+
</ul>
+
</li>
+
<li>
+
<a href="http://www.zym-project.com/">Zym</a>
+
</li>
+
</ul>'
)
I:\xampp\zf2\tests\Zend\View\Helper\Navigation\NavigationTest.php:208
I:\xampp\php\pear\phpunit:45
44) ZendTest\View\Helper\Navigation\SitemapTest::testRenderSuppliedContainerWithoutInterfering
Failed asserting that two arrays are equal.
--- Expected
+++ Actual
@@ @@
Array (
'registered' => '<?xml version="1.0" encoding="UTF-8"?>
+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
+
<url>
+
<loc>http://localhost/index</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page1</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page1/page1_1</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page2</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page2/page2_1</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page2/page2_2</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page2/page2_2/page2_2_1</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page2/page2_2/page2_2_2</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page2/page2_3</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page2/page2_3/page2_3_1</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page2/page2_3/page2_3_3</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page2/page2_3/page2_3_3/1</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page2/page2_3/page2_3_3/2</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page3</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page3/page3_1</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page3/page3_2</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page3/page3_2/page3_2_1</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page3/page3_2/page3_2_2</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page3/page3_3</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page3/page3_3/page3_3_2</loc>
+
</url>
+
<url>
+
<loc>http://www.zym-project.com/</loc>
+
</url>
+
</urlset>'
'supplied' => '<?xml version="1.0" encoding="UTF-8"?>
+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
+
<url>
+
<loc>http://localhost/site1</loc>
+
<changefreq>daily</changefreq>
+
<priority>0.9</priority>
+
</url>
+
<url>
+
<loc>http://localhost/site2</loc>
+
</url>
+
<url>
+
<loc>http://localhost/site3</loc>
+
</url>
+
</urlset>'
'registered_again' => '<?xml version="1.0" encoding="UTF-8"?>
+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
+
<url>
+
<loc>http://localhost/index</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page1</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page1/page1_1</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page2</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page2/page2_1</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page2/page2_2</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page2/page2_2/page2_2_1</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page2/page2_2/page2_2_2</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page2/page2_3</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page2/page2_3/page2_3_1</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page2/page2_3/page2_3_3</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page2/page2_3/page2_3_3/1</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page2/page2_3/page2_3_3/2</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page3</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page3/page3_1</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page3/page3_2</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page3/page3_2/page3_2_1</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page3/page3_2/page3_2_2</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page3/page3_3</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page3/page3_3/page3_3_2</loc>
+
</url>
+
<url>
+
<loc>http://www.zym-project.com/</loc>
+
</url>
+
</urlset>'
)
I:\xampp\zf2\tests\Zend\View\Helper\Navigation\SitemapTest.php:132
I:\xampp\php\pear\phpunit:45
45) ZendTest\View\Helper\Navigation\SitemapTest::testUseAclRoles
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
'<?xml version="1.0" encoding="UTF-8"?>
+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
+
<url>
+
<loc>http://localhost/index</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page1</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page1/page1_1</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page2</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page2/page2_1</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page2/page2_2</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page2/page2_2/page2_2_1</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page2/page2_2/page2_2_2</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page2/page2_3</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page2/page2_3/page2_3_1</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page3</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page3/page3_1</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page3/page3_2</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page3/page3_2/page3_2_1</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page3/page3_2/page3_2_2</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page3/page3_3</loc>
+
</url>
+
<url>
+
<loc>http://www.zym-project.com/</loc>
+
</url>
+
</urlset>'
I:\xampp\zf2\tests\Zend\View\Helper\Navigation\SitemapTest.php:142
I:\xampp\php\pear\phpunit:45
46) ZendTest\View\Helper\Navigation\SitemapTest::testUseAclButNoRole
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
'<?xml version="1.0" encoding="UTF-8"?>
+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
+
<url>
+
<loc>http://localhost/index</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page1</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page1/page1_1</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page2</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page2/page2_1</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page2/page2_2</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page2/page2_2/page2_2_1</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page2/page2_2/page2_2_2</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page2/page2_3</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page2/page2_3/page2_3_1</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page3</loc>
+
</url>
+
<url>
+
<loc>http://www.zym-project.com/</loc>
+
</url>
+
</urlset>'
I:\xampp\zf2\tests\Zend\View\Helper\Navigation\SitemapTest.php:152
I:\xampp\php\pear\phpunit:45
47) ZendTest\View\Helper\Navigation\SitemapTest::testSettingMaxDepth
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
'<?xml version="1.0" encoding="UTF-8"?>
+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
+
<url>
+
<loc>http://localhost/index</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page1</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page2</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page3</loc>
+
</url>
+
<url>
+
<loc>http://www.zym-project.com/</loc>
+
</url>
+
</urlset>'
I:\xampp\zf2\tests\Zend\View\Helper\Navigation\SitemapTest.php:160
I:\xampp\php\pear\phpunit:45
48) ZendTest\View\Helper\Navigation\SitemapTest::testSettingMinDepth
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
'<?xml version="1.0" encoding="UTF-8"?>
+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
+
<url>
+
<loc>http://localhost/page1/page1_1</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page2/page2_1</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page2/page2_2</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page2/page2_2/page2_2_1</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page2/page2_2/page2_2_2</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page2/page2_3</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page2/page2_3/page2_3_1</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page2/page2_3/page2_3_3</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page2/page2_3/page2_3_3/1</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page2/page2_3/page2_3_3/2</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page3/page3_1</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page3/page3_2</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page3/page3_2/page3_2_1</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page3/page3_2/page3_2_2</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page3/page3_3</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page3/page3_3/page3_3_2</loc>
+
</url>
+
</urlset>'
I:\xampp\zf2\tests\Zend\View\Helper\Navigation\SitemapTest.php:168
I:\xampp\php\pear\phpunit:45
49) ZendTest\View\Helper\Navigation\SitemapTest::testSettingBothDepths
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
'<?xml version="1.0" encoding="UTF-8"?>
+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
+
<url>
+
<loc>http://localhost/page1/page1_1</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page2/page2_1</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page2/page2_2</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page2/page2_2/page2_2_1</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page2/page2_2/page2_2_2</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page2/page2_3</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page2/page2_3/page2_3_1</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page2/page2_3/page2_3_3</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page3/page3_1</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page3/page3_2</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page3/page3_2/page3_2_1</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page3/page3_2/page3_2_2</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page3/page3_3</loc>
+
</url>
+
<url>
+
<loc>http://localhost/page3/page3_3/page3_3_2</loc>
+
</url>
+
</urlset>'
I:\xampp\zf2\tests\Zend\View\Helper\Navigation\SitemapTest.php:176
I:\xampp\php\pear\phpunit:45
50) ZendTest\View\Helper\Navigation\SitemapTest::testDropXmlDeclaration
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
'<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
+
<url>
+
<loc>http://localhost/site1</loc>
+
<changefreq>daily</changefreq>
+
<priority>0.9</priority>
+
</url>
+
<url>
+
<loc>http://localhost/site2</loc>
+
</url>
+
<url>
+
<loc>http://localhost/site3</loc>
+
</url>
+
</urlset>'
I:\xampp\zf2\tests\Zend\View\Helper\Navigation\SitemapTest.php:184
I:\xampp\php\pear\phpunit:45
51) ZendTest\View\Helper\Navigation\SitemapTest::testDisablingValidators
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
'<?xml version="1.0" encoding="UTF-8"?>
+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
+
<url>
+
<loc>http://localhost/site1</loc>
+
<changefreq>daily</changefreq>
+
<priority>0.9</priority>
+
</url>
+
<url>
+
<loc>http://localhost/site2</loc>
+
<lastmod></lastmod>
+
</url>
+
<url>
+
<loc>http://localhost/site3</loc>
+
<changefreq>often</changefreq>
+
</url>
+
<url>
+
<loc>http://w.</loc>
+
</url>
+
</urlset>'
I:\xampp\zf2\tests\Zend\View\Helper\Navigation\SitemapTest.php:214
I:\xampp\php\pear\phpunit:45
52) ZendTest\View\Helper\Navigation\SitemapTest::testSetServerUrlWithSchemeAndHost
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
'<?xml version="1.0" encoding="UTF-8"?>
+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
+
<url>
+
<loc>http://sub.example.org/index</loc>
+
</url>
+
<url>
+
<loc>http://sub.example.org/page1</loc>
+
</url>
+
<url>
+
<loc>http://sub.example.org/page1/page1_1</loc>
+
</url>
+
<url>
+
<loc>http://sub.example.org/page2</loc>
+
</url>
+
<url>
+
<loc>http://sub.example.org/page2/page2_1</loc>
+
</url>
+
<url>
+
<loc>http://sub.example.org/page2/page2_2</loc>
+
</url>
+
<url>
+
<loc>http://sub.example.org/page2/page2_2/page2_2_1</loc>
+
</url>
+
<url>
+
<loc>http://sub.example.org/page2/page2_2/page2_2_2</loc>
+
</url>
+
<url>
+
<loc>http://sub.example.org/page2/page2_3</loc>
+
</url>
+
<url>
+
<loc>http://sub.example.org/page2/page2_3/page2_3_1</loc>
+
</url>
+
<url>
+
<loc>http://sub.example.org/page2/page2_3/page2_3_3</loc>
+
</url>
+
<url>
+
<loc>http://sub.example.org/page2/page2_3/page2_3_3/1</loc>
+
</url>
+
<url>
+
<loc>http://sub.example.org/page2/page2_3/page2_3_3/2</loc>
+
</url>
+
<url>
+
<loc>http://sub.example.org/page3</loc>
+
</url>
+
<url>
+
<loc>http://sub.example.org/page3/page3_1</loc>
+
</url>
+
<url>
+
<loc>http://sub.example.org/page3/page3_2</loc>
+
</url>
+
<url>
+
<loc>http://sub.example.org/page3/page3_2/page3_2_1</loc>
+
</url>
+
<url>
+
<loc>http://sub.example.org/page3/page3_2/page3_2_2</loc>
+
</url>
+
<url>
+
<loc>http://sub.example.org/page3/page3_3</loc>
+
</url>
+
<url>
+
<loc>http://sub.example.org/page3/page3_3/page3_3_2</loc>
+
</url>
+
<url>
+
<loc>http://www.zym-project.com/</loc>
+
</url>
+
</urlset>'
I:\xampp\zf2\tests\Zend\View\Helper\Navigation\SitemapTest.php:234
I:\xampp\php\pear\phpunit:45
53) ZendTest\View\Helper\Navigation\SitemapTest::testSetServerUrlWithSchemeAndPortAndHostAndPath
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
'<?xml version="1.0" encoding="UTF-8"?>
+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
+
<url>
+
<loc>http://sub.example.org:8080/index</loc>
+
</url>
+
<url>
+
<loc>http://sub.example.org:8080/page1</loc>
+
</url>
+
<url>
+
<loc>http://sub.example.org:8080/page1/page1_1</loc>
+
</url>
+
<url>
+
<loc>http://sub.example.org:8080/page2</loc>
+
</url>
+
<url>
+
<loc>http://sub.example.org:8080/page2/page2_1</loc>
+
</url>
+
<url>
+
<loc>http://sub.example.org:8080/page2/page2_2</loc>
+
</url>
+
<url>
+
<loc>http://sub.example.org:8080/page2/page2_2/page2_2_1</loc>
+
</url>
+
<url>
+
<loc>http://sub.example.org:8080/page2/page2_2/page2_2_2</loc>
+
</url>
+
<url>
+
<loc>http://sub.example.org:8080/page2/page2_3</loc>
+
</url>
+
<url>
+
<loc>http://sub.example.org:8080/page2/page2_3/page2_3_1</loc>
+
</url>
+
<url>
+
<loc>http://sub.example.org:8080/page2/page2_3/page2_3_3</loc>
+
</url>
+
<url>
+
<loc>http://sub.example.org:8080/page2/page2_3/page2_3_3/1</loc>
+
</url>
+
<url>
+
<loc>http://sub.example.org:8080/page2/page2_3/page2_3_3/2</loc>
+
</url>
+
<url>
+
<loc>http://sub.example.org:8080/page3</loc>
+
</url>
+
<url>
+
<loc>http://sub.example.org:8080/page3/page3_1</loc>
+
</url>
+
<url>
+
<loc>http://sub.example.org:8080/page3/page3_2</loc>
+
</url>
+
<url>
+
<loc>http://sub.example.org:8080/page3/page3_2/page3_2_1</loc>
+
</url>
+
<url>
+
<loc>http://sub.example.org:8080/page3/page3_2/page3_2_2</loc>
+
</url>
+
<url>
+
<loc>http://sub.example.org:8080/page3/page3_3</loc>
+
</url>
+
<url>
+
<loc>http://sub.example.org:8080/page3/page3_3/page3_3_2</loc>
+
</url>
+
<url>
+
<loc>http://www.zym-project.com/</loc>
+
</url>
+
</urlset>'
I:\xampp\zf2\tests\Zend\View\Helper\Navigation\SitemapTest.php:242
I:\xampp\php\pear\phpunit:45
54) ZendTest\View\Helper\RenderChildModelTest::testAttemptingToRenderWithNoCurrentModelRaisesException
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
'Layout start
-
'
I:\xampp\php\pear\phpunit:45
55) ZendTest\View\Helper\RenderToPlaceholderTest::testDefaultEmpty
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
'Foo Bar
-
'
I:\xampp\zf2\tests\Zend\View\Helper\RenderToPlaceholderTest.php:51
I:\xampp\php\pear\phpunit:45
56) ZendTest\View\PhpRendererTest::testNestedRenderingRestoresVariablesCorrectly
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
'inner
-
<p>content</p>'
I:\xampp\zf2\tests\Zend\View\PhpRendererTest.php:214
I:\xampp\php\pear\phpunit:45
FAILURES!
Tests: 699, Assertions: 1412, Failures: 56, Incomplete: 2, Skipped: 3.
Zend/XmlRpc:
PHPUnit 3.6.11 by Sebastian Bergmann.
Configuration read from I:\xampp\zf2\tests\phpunit.xml
............................................................... 63 / 245 ( 25%)
............................................................... 126 / 245 ( 51%)
............................................................... 189 / 245 ( 77%)
........................................................
Time: 0 seconds, Memory: 13.00Mb
OK (245 tests, 755 assertions)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment