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:
John Blackbourn
2016-10-26 01:23:24 +00:00
parent 1f49a4c0cf
commit 307ba51640
13 changed files with 84 additions and 69 deletions

View File

@@ -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');
}