mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
Build/Test Tools: Continue eliminating randomness in tests.
See #37371 git-svn-id: https://develop.svn.wordpress.org/trunk@38938 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -55,7 +55,7 @@ class Tests_Query_Conditionals extends WP_UnitTestCase {
|
||||
}
|
||||
|
||||
function test_404() {
|
||||
$this->go_to('/'.rand_str());
|
||||
$this->go_to( '/notapage' );
|
||||
$this->assertQueryTrue('is_404');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user