Skip to content

Commit

Permalink
No assertions is ok
Browse files Browse the repository at this point in the history
  • Loading branch information
murrant committed Apr 25, 2023
1 parent 80b7bd7 commit 9be14af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/OSModulesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ public function testDataIsValid($os, $variant, $modules)
*/
public function testOS($os, $variant, $modules)
{
$this->expectNotToPerformAssertions(); // successful tests will make no assertions due to checkTestData()

// Lock testing time
$this->travelTo(new \DateTime('2022-01-01 00:00:00'));
$this->requireSnmpsim(); // require snmpsim for tests
Expand Down

0 comments on commit 9be14af

Please sign in to comment.