Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
phpunit-hhi
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
91 Carriage
phpunit-hhi
Commits
9003a107
Unverified
Commit
9003a107
authored
Aug 14, 2016
by
Simon Welsh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add HHI for createConfiguredMock
parent
79155412
Pipeline
#150
passed with stages
in 2 minutes and 51 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
CHANGELOG.md
CHANGELOG.md
+6
-0
src/Framework/TestCase.hhi
src/Framework/TestCase.hhi
+4
-0
No files found.
CHANGELOG.md
View file @
9003a107
# Changelog
## 5.6.0
*
Updated to match PHPUnit 5.6
*
Added:
+
`PHPUnit_Framework_TestCase::createConfiguredMock`
## 5.5.0
*
Updated to match PHPUnit 5.5
...
...
src/Framework/TestCase.hhi
View file @
9003a107
...
...
@@ -117,6 +117,10 @@ abstract class PHPUnit_Framework_TestCase extends PHPUnit_Framework_Assert
protected
function
createMock
<
T
>
(
classname
<
T
>
$originalClassName
,
)
/*: PHPUnit_Framework_MockObject_MockObject*/
;
protected
function
createConfiguredMock
<
T
>
(
classname
<
T
>
$originalClassName
,
array
$configuration
,
)
/*: PHPUnit_Framework_MockObject_MockObject*/
;
protected
function
createPartialMock
<
T
>
(
classname
<
T
>
$originalClassName
,
array
$methods
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment