Fix number of user prefs
I wonder whether it really makes sense to test against count of configurable properties...
This commit is contained in:
parent
285a9a0f3f
commit
637ce0ced0
@ -299,7 +299,7 @@ class PMA_User_Preferences_Test extends PHPUnit_Framework_TestCase
|
||||
public function testReadUserprefsFieldNames()
|
||||
{
|
||||
$this->assertCount(
|
||||
216,
|
||||
217,
|
||||
PMA_readUserprefsFieldNames()
|
||||
);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user