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:
parent
350332019e
commit
41dc7c7365
|
@ -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 ) );
|
||||
|
|
Loading…
Reference in New Issue