tests: Fix broken assertion in ApiQueryAllPagesTest
authorThiemo Kreuz <thiemo.kreuz@wikimedia.de>
Mon, 30 Sep 2019 14:22:54 +0000 (16:22 +0200)
committerThiemo Kreuz <thiemo.kreuz@wikimedia.de>
Mon, 30 Sep 2019 14:22:54 +0000 (16:22 +0200)
The description had two errors:

* It talked about the presence of a specific value, but all it did
was checking a count.

* It was talking about the value *not* being there.

I just removed it. The possible error message from PHPUnit should be
good enough.

Change-Id: I7ea85dd37db8969bdd120f9600eeb6145e42eb1e


No differences found