Tests: Use DIR_TESTDATA in test_wp_set_script_translation().

`__DIR__` is not available in PHP 5.2.x.

See #45103.
Built from https://develop.svn.wordpress.org/branches/5.0@43828


git-svn-id: http://core.svn.wordpress.org/branches/5.0@43657 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2018-10-26 07:40:05 +00:00
parent 2f515c6db0
commit 81131b0635

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.0-beta1-43827';
$wp_version = '5.0-beta1-43828';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.