Skip to content

Commit

Permalink
Be more specific (now that we have createStub())
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Sep 30, 2019
1 parent 5dbaa12 commit 46f0d54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Framework/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -1557,7 +1557,7 @@ protected function createStub(string $originalClassName): Stub
}

/**
* Returns a test double for the specified class.
* Returns a mock object for the specified class.
*
* @param string|string[] $originalClassName
*
Expand All @@ -1576,7 +1576,7 @@ protected function createMock($originalClassName): MockObject
}

/**
* Returns a configured test double for the specified class.
* Returns a configured mock object for the specified class.
*
* @param string|string[] $originalClassName
*
Expand All @@ -1596,7 +1596,7 @@ protected function createConfiguredMock($originalClassName, array $configuration
}

/**
* Returns a partial test double for the specified class.
* Returns a partial mock object for the specified class.
*
* @param string|string[] $originalClassName
* @param string[] $methods
Expand Down

0 comments on commit 46f0d54

Please sign in to comment.