Skip to content

Commit

Permalink
Fix misleading comment (solariumphp#797)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomascorthals authored Jun 2, 2020
1 parent 9c7a24c commit 085f1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Integration/AbstractServerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ public function testGetStatusFromAllCoresWhenNoCoreNameWasSet()
$response = self::$client->coreAdmin($coreAdminQuery);
$this->assertTrue($response->getWasSuccessful());

// we now have two cores and when we retrieve the status for all we should have three status objects
// we now have two cores and when we retrieve the status for all we should have two status objects
// (the core we created in setUpBeforeClass() and the one we created just now)
$statusAction = $coreAdminQuery->createStatus();
$coreAdminQuery->setAction($statusAction);
Expand Down

0 comments on commit 085f1f8

Please sign in to comment.