Skip to content

Commit

Permalink
Add assert on test CommandDataCollectorTest
Browse files Browse the repository at this point in the history
  • Loading branch information
lepiaf committed Feb 1, 2021
1 parent 3618510 commit 4c5df3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tests/DataCollector/CommandDataCollectorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ public function testCollector(): void
$collector = new CommandDataCollector(new CommandLogger());

$collector->collect($request = new Request(['group' => '0']), $response = new Response());
$this->assertSame(0, $collector->getCommandCount());
}
}

0 comments on commit 4c5df3e

Please sign in to comment.