Remove testGetGroup
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
This commit is contained in:
parent
7464263253
commit
e27370d05c
@ -16475,11 +16475,6 @@ parameters:
|
||||
count: 1
|
||||
path: tests/unit/PluginsTest.php
|
||||
|
||||
-
|
||||
message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertInstanceOf\\(\\) with 'PhpMyAdmin\\\\\\\\Properties\\\\\\\\Options\\\\\\\\OptionsPropertyGroup' and PhpMyAdmin\\\\Properties\\\\Options\\\\OptionsPropertyGroup&PHPUnit\\\\Framework\\\\MockObject\\\\MockObject will always evaluate to true\\.$#"
|
||||
count: 1
|
||||
path: tests/unit/Properties/Options/OptionsPropertyGroupTest.php
|
||||
|
||||
-
|
||||
message: "#^Property PhpMyAdmin\\\\Config\\:\\:\\$settings \\(array\\{PmaAbsoluteUri\\: string, AuthLog\\: string, AuthLogSuccess\\: bool, PmaNoRelation_DisableWarning\\: bool, SuhosinDisableWarning\\: bool, LoginCookieValidityDisableWarning\\: bool, ReservedWordDisableWarning\\: bool, TranslationWarningThreshold\\: int, \\.\\.\\.\\}\\) does not accept array\\{PmaAbsoluteUri\\: string, AuthLog\\: string, AuthLogSuccess\\: bool, PmaNoRelation_DisableWarning\\: bool, SuhosinDisableWarning\\: bool, LoginCookieValidityDisableWarning\\: bool, ReservedWordDisableWarning\\: bool, TranslationWarningThreshold\\: int, \\.\\.\\.\\}\\.$#"
|
||||
count: 1
|
||||
|
||||
@ -67,14 +67,6 @@ class OptionsPropertyGroupTest extends AbstractTestCase
|
||||
);
|
||||
}
|
||||
|
||||
public function testGetGroup(): void
|
||||
{
|
||||
self::assertInstanceOf(
|
||||
OptionsPropertyGroup::class,
|
||||
$this->stub->getGroup(),
|
||||
);
|
||||
}
|
||||
|
||||
public function testGetProperties(): void
|
||||
{
|
||||
$propertyItem = new BoolPropertyItem();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user