Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #31491, comment 18


Ignore:
Timestamp:
10/12/2015 07:42:28 PM (8 years ago)
Author:
ocean90
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31491, comment 18

    initial v1  
    11There are still some failing tests.
     2
     3
     4{{{
     5There were 7 failures:
     6
     71) Tests_Pluggable::testPluggableFunctionSignaturesMatch with data set #47 ('wp_cache_decr')
     8Parameter: n
     9Failed asserting that two strings are identical.
     10--- Expected
     11+++ Actual
     12@@ @@
     13-offset
     14+n
     15
     16/srv/www/wp-develop/svn/tests/phpunit/tests/pluggable.php:43
     17
     182) Tests_Pluggable::testPluggableFunctionSignaturesMatch with data set #50 ('wp_cache_get')
     19Failed asserting that 3 is identical to 4.
     20
     21/srv/www/wp-develop/svn/tests/phpunit/tests/pluggable.php:26
     22
     233) Tests_Pluggable::testPluggableFunctionSignaturesMatch with data set #51 ('wp_cache_incr')
     24Parameter: n
     25Failed asserting that two strings are identical.
     26--- Expected
     27+++ Actual
     28@@ @@
     29-offset
     30+n
     31
     32/srv/www/wp-develop/svn/tests/phpunit/tests/pluggable.php:43
     33
     344) Tests_Pluggable::testPluggableFunctionSignaturesMatch with data set #58 ('wp_cache_reset')
     35Failed asserting that false is true.
     36
     37/srv/www/wp-develop/svn/tests/phpunit/tests/pluggable.php:20
     38
     395) Tests_Pluggable::testAllPluggableFunctionsExist
     40Function: wp_cache_reset()
     41Failed asserting that false is true.
     42
     43/srv/www/wp-develop/svn/tests/phpunit/tests/pluggable.php:64
     44
     456) Tests_Term_Meta::test_term_meta_should_be_lazy_loaded_for_all_terms_in_wp_query_loop
     46Failed asserting that 116548 is identical to 116546.
     47
     48/srv/www/wp-develop/svn/tests/phpunit/tests/term/meta.php:139
     49
     507) Tests_Term_Meta::test_term_meta_should_be_lazy_loaded_only_for_the_queries_in_which_the_term_has_posts
     51Failed asserting that 116711 is identical to 116712.
     52
     53/srv/www/wp-develop/svn/tests/phpunit/tests/term/meta.php:183
     54}}}