Build/Test Tools: Partially revert [40524].
See #40533, #40535 git-svn-id: https://develop.svn.wordpress.org/trunk@40529 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
64581a4f05
commit
583e7a41bc
@ -87,7 +87,7 @@ class Tests_DB extends WP_UnitTestCase {
|
||||
// Switch to Russian
|
||||
$flag = setlocale( LC_ALL, 'ru_RU.utf8', 'rus', 'fr_FR.utf8', 'fr_FR', 'de_DE.utf8', 'de_DE', 'es_ES.utf8', 'es_ES' );
|
||||
if ( false === $flag )
|
||||
$this->fail( 'No European languages available for testing' );
|
||||
$this->markTestSkipped( 'No European languages available for testing' );
|
||||
|
||||
// Try an update query
|
||||
$wpdb->suppress_errors( true );
|
||||
|
Loading…
Reference in New Issue
Block a user