mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-05 16:14:11 +01:00
test(IT): Rework output handler exceptions
Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
@@ -62,8 +62,10 @@ class IndexControllerTest extends IntegrationTestCase
|
||||
'//div[contains(@id, \'tabs-\')]//form'
|
||||
)->extract(['id']);
|
||||
|
||||
$this->assertNotEmpty($output);
|
||||
$this->assertCount(5, $filter);
|
||||
assert(!empty($output));
|
||||
assert(count($filter) === 5);
|
||||
|
||||
$this->assertTrue(true);
|
||||
});
|
||||
|
||||
$container = $this->buildContainer(
|
||||
|
||||
Reference in New Issue
Block a user