tests: Replace assertions on count() == 0 with strict === []
authorThiemo Kreuz <thiemo.kreuz@wikimedia.de>
Mon, 30 Sep 2019 14:20:34 +0000 (16:20 +0200)
committerThiemo Kreuz <thiemo.kreuz@wikimedia.de>
Mon, 30 Sep 2019 14:20:34 +0000 (16:20 +0200)
The benefit of using count() is that the test would still succeed if
the return vfalue is not an array, but an iterable object. It seems
this is not needed.

Change-Id: I23529f6990aebe0cce86e236a21820fe74993204


No differences found