Make WordPress Core


Ignore:
Timestamp:
02/17/2016 10:01:11 PM (10 years ago)
Author:
ocean90
Message:

Tests: Add test for wp_get_installed_translations().

Introduces language files in /tests/phpunit/data/language. Each file includes the header and 5 translations.

Props realloc for initial patch.
Fixes #35284.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/includes/bootstrap.php

    r35350 r36563  
    2626define( 'WP_TESTS_TABLE_PREFIX', $table_prefix );
    2727define( 'DIR_TESTDATA', dirname( __FILE__ ) . '/../data' );
     28
     29define( 'WP_LANG_DIR', DIR_TESTDATA . '/languages' );
    2830
    2931if ( ! defined( 'WP_TESTS_FORCE_KNOWN_BUGS' ) )
Note: See TracChangeset for help on using the changeset viewer.