Fix number of user prefs

I wonder whether it really makes sense to test against count of
configurable properties...
This commit is contained in:
Michal Čihař 2013-07-30 10:23:02 +02:00
parent 285a9a0f3f
commit 637ce0ced0

View File

@ -299,7 +299,7 @@ class PMA_User_Preferences_Test extends PHPUnit_Framework_TestCase
public function testReadUserprefsFieldNames()
{
$this->assertCount(
216,
217,
PMA_readUserprefsFieldNames()
);