mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
👌 peer review
mostly coding convention, thanks @molkobain
This commit is contained in:
@@ -35,7 +35,7 @@ class iTopConfigAstValidatorTest extends ItopTestCase
|
||||
$oiTopConfigValidator = new iTopConfigAstValidator();
|
||||
$this->expectException(\Exception::class);
|
||||
try{
|
||||
$oiTopConfigValidator->validate($sConf);
|
||||
$oiTopConfigValidator->Validate($sConf);
|
||||
}catch (\Exception $e)
|
||||
{
|
||||
$this->assertStringStartsWith('Invalid configuration:', $e->getMessage());
|
||||
@@ -81,7 +81,7 @@ class iTopConfigAstValidatorTest extends ItopTestCase
|
||||
{
|
||||
$oiTopConfigValidator = new iTopConfigAstValidator();
|
||||
|
||||
$oiTopConfigValidator->validate($sConf);
|
||||
$oiTopConfigValidator->Validate($sConf);
|
||||
}
|
||||
|
||||
public function ValidDataProvider()
|
||||
|
||||
Reference in New Issue
Block a user