We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fd6f00 commit 82ea2dbCopy full SHA for 82ea2db
tests/VoltTestTest.php
@@ -30,7 +30,7 @@ public function testVoltTest()
30
$scenario2 = $voltTest->scenario("Test Scenario 2")->setWeight(90);
31
$scenario2->step("Step 1")->get('https://www.google.com');
32
$result = $voltTest->run(true);
33
-
+ var_dump($result->getDuration());
34
$this->assertNotEquals('0', $result->getDuration(), "Duration should not be 0");
35
$this->assertNotNull($result->getAvgResponseTime(), "Average response time should not be null");
36
0 commit comments