mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-03 01:25:21 +02:00
refactor/fix (#3924)
This commit is contained in:
parent
06b299e627
commit
9574c17ddc
9 changed files with 153 additions and 178 deletions
|
@ -20,7 +20,7 @@ class ParameterValidatorTest extends TestCase
|
|||
],
|
||||
]
|
||||
];
|
||||
$this->assertTrue($sut->validateInput($input, $parameters));
|
||||
$this->assertSame([], $sut->validateInput($input, $parameters));
|
||||
}
|
||||
|
||||
public function test2()
|
||||
|
@ -35,6 +35,6 @@ class ParameterValidatorTest extends TestCase
|
|||
],
|
||||
]
|
||||
];
|
||||
$this->assertFalse($sut->validateInput($input, $parameters));
|
||||
$this->assertNotEmpty($sut->validateInput($input, $parameters));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue