Issue #2867887 by xjm: statistics_get() test mashes 0 too much

8.4.x
Alex Pott 2017-04-08 16:05:26 +01:00
parent 0f6bf4f15d
commit 1ae84c3f96
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ class StatisticsLoggingTest extends WebTestBase {
// Try fetching statistics for an invalid node ID and verify it returns // Try fetching statistics for an invalid node ID and verify it returns
// FALSE. // FALSE.
$node_id = 10000000000000000; $node_id = 1000000;
$node = Node::load($node_id); $node = Node::load($node_id);
$this->assertNull($node); $this->assertNull($node);