I18N: Following [45688], remove test for removed method.

See #44865.

git-svn-id: https://develop.svn.wordpress.org/trunk@45689 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling 2019-07-27 14:29:28 +00:00
parent 350332019e
commit 41dc7c7365
1 changed files with 0 additions and 5 deletions

View File

@ -15,11 +15,6 @@ class Tests_Locale extends WP_UnitTestCase {
$this->locale = new WP_Locale();
}
public function test_rtl_src_admin_notice() {
$this->expectOutputRegex( '#<div class="error"><p>.*</p></div>#' );
$this->locale->rtl_src_admin_notice();
}
public function test_get_weekday() {
$this->assertEquals( __( 'Sunday' ), $this->locale->get_weekday( 0 ) );
$this->assertEquals( __( 'Monday' ), $this->locale->get_weekday( 1 ) );