Skip to content

Instantly share code, notes, and snippets.

@getsource
Created January 24, 2013 20:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save getsource/4627425 to your computer and use it in GitHub Desktop.
Save getsource/4627425 to your computer and use it in GitHub Desktop.
Pre 3.5.1 PHPUnit tests - Single Site
Path: wordpress
URL: http://core.svn.wordpress.org/branches/3.5
Repository Root: http://core.svn.wordpress.org
Repository UUID: 1a063a9b-81f0-0310-95a4-ce76da25c4cd
Revision: 23343
Node Kind: directory
Schedule: normal
Last Changed Author: nacin
Last Changed Rev: 23343
Last Changed Date: 2013-01-24 12:14:49 -0800 (Thu, 24 Jan 2013)
Installing...
Running as single site... To run multisite, use -c multisite.xml
Not running ajax tests... To execute these, use --group ajax.
PHPUnit 3.6.11 by Sebastian Bergmann.
<snip>
Time: 02:03, Memory: 129.75Mb
There were 3 failures:
1) Tests_Dependencies_jQuery::test_location_of_jquery
Failed asserting that two arrays are equal.
--- Expected
+++ Actual
@@ @@
Array (
+ 0 => 'jquery-core'
+ 1 => 'jquery-migrate'
)
/Users/mike/Sites/MAMP/wpunit/trunk/includes/testcase.php:84
/Users/mike/Sites/MAMP/wpunit/trunk/tests/dependencies/jquery.php:18
2) Tests_Formatting_EscUrl::test_protocol_case
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'http://example.com'
+''
/Users/mike/Sites/MAMP/wpunit/trunk/tests/formatting/EscUrl.php:42
3) Tests_Formatting_SanitizeTitleWithDashes::test_replaces_acute_accents
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'aaaa'
+'aa%cd%81a%c2%b4a%cb%8a'
/Users/mike/Sites/MAMP/wpunit/trunk/tests/formatting/SanitizeTitleWithDashes.php:104
FAILURES!
Tests: 1607, Assertions: 6972, Failures: 3, Incomplete: 1, Skipped: 175.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment