Skip to content

Added setter for mapTestClassNameToCoveredClassName #261

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 52 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
c3d2cd5
Merge branch '2.0'
sebastianbergmann Feb 24, 2014
1bd972a
Merge branch '2.0'
sebastianbergmann Feb 24, 2014
2642382
Merge branch '2.0'
sebastianbergmann Mar 2, 2014
1532eca
Fix dependency
sebastianbergmann Mar 2, 2014
4da8aac
Merge branch '2.0'
sebastianbergmann Mar 4, 2014
06d5e5e
Merge branch '2.0'
sebastianbergmann Mar 4, 2014
c773f6a
Merge branch '2.0'
whatthejeff Mar 5, 2014
86cb041
Eliminate unused local variable
sebastianbergmann Mar 16, 2014
1068cf7
Eliminate unused local variable
sebastianbergmann Mar 16, 2014
4876f10
Add/Fix docblocks
sebastianbergmann Mar 16, 2014
edd13bb
Blacklist SebastianBergmann\Comparator\Comparator
sebastianbergmann Mar 17, 2014
258c601
Merge branch '2.0'
sebastianbergmann Mar 17, 2014
f1478a8
Merge branch '2.0'
sebastianbergmann Mar 19, 2014
de3b3dd
Move list of blacklisted classes to PHPUnit
sebastianbergmann Mar 19, 2014
f751861
Refactoring of data filtering and data cleanup
sebastianbergmann Mar 20, 2014
a5cf7ee
fixed Report\Node to handle root directory
julianseeger Mar 4, 2014
d83d41d
removed unneccessary todos
julianseeger Mar 4, 2014
ed2da23
fixed Factory to support "/" as the only common path
julianseeger Mar 4, 2014
6ab6543
refactoring of support for "/" as the only common path
julianseeger Mar 4, 2014
3aedd79
NodeTest: replaced DefaultNode class by a dynamic stub
julianseeger Mar 4, 2014
1b86a83
Make tests pass on HHVM
sebastianbergmann Mar 21, 2014
adacb53
Add missing call to ensureDriverCanWork() in constructor
sebastianbergmann Mar 25, 2014
2c17b8d
Bump version
sebastianbergmann Mar 25, 2014
d19de35
Merge branch '2.0'
sebastianbergmann Mar 28, 2014
818ec8b
Merge branch '2.0'
sebastianbergmann Apr 3, 2014
0f87633
Target PHPUnit 4.2
sebastianbergmann Apr 6, 2014
8cdc401
Document dependency on ext/xmlwriter
sebastianbergmann Apr 26, 2014
2481186
Merge branch '2.0'
sebastianbergmann Apr 27, 2014
71eedb7
Merge pull request #224 from julianseeger/master
sebastianbergmann Apr 27, 2014
f0565e2
Merge branch '2.0'
sebastianbergmann Apr 27, 2014
34b9a42
Eliminate dead code
sebastianbergmann Apr 30, 2014
8d0fee3
Fix link from dashboard view to directory view
sebastianbergmann Apr 30, 2014
a995604
Merge branch '2.0'
sebastianbergmann Apr 30, 2014
3e37a7b
hhvm code coverage fix. Lines to be ignored will process only existin…
andrejsstepanovs May 17, 2014
437f10e
Merge pull request #244 from wormhit/master
sebastianbergmann May 17, 2014
879cb66
Revert "hhvm code coverage fix. Lines to be ignored will process only…
sebastianbergmann May 17, 2014
2b75769
Better fix for #244
sebastianbergmann May 17, 2014
7b8e0c3
Merge branch '2.0'
whatthejeff May 18, 2014
0ca3b11
Merge branch '2.0'
whatthejeff May 18, 2014
08b3cb9
Merge branch '2.0'
whatthejeff May 19, 2014
09efe8d
Merge branch '2.0'
whatthejeff May 19, 2014
12ecc89
Merge branch '2.0'
sebastianbergmann May 26, 2014
48b59bc
Merge branch '2.0'
sebastianbergmann May 26, 2014
2e2e3d0
Merge branch '2.0'
sebastianbergmann Jun 28, 2014
1c29ed6
Merge branch '2.0'
sebastianbergmann Jun 29, 2014
496bb0a
Ignore comment starting by '/*'
GeLoLabs Jun 29, 2014
0de2671
Update dependencies
sebastianbergmann Jun 30, 2014
7cc6ac2
Update
sebastianbergmann Jun 30, 2014
b54a794
Added HHVM to travis.yml
Nyholm Jul 9, 2014
9171bca
Merge pull request #250 from Nyholm/patch-1
whatthejeff Jul 9, 2014
3a21a56
Merge branch '2.0'
whatthejeff Jul 29, 2014
1aa5d95
Added setter for mapTestClassNameToCoveredClassName
Aug 5, 2014
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ php:
- 5.4
- 5.5
- 5.6

- hhvm

matrix:
allow_failures:
- php: hhvm

before_script:
- COMPOSER_ROOT_VERSION=dev-master composer install --dev --prefer-source

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Pull Requests for bug fixes should be made against the current release branch (1.2).
Pull Requests for bug fixes should be made against the current release branch (2.0).

Pull Requests for new features should be made against master.

Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
"irc": "irc://irc.freenode.net/phpunit"
},
"minimum-stability": "dev",
"require": {
"php": ">=5.3.3",
"phpunit/php-file-iterator": "~1.3.1",
Expand All @@ -29,7 +30,7 @@
"sebastian/version": "~1.0.3"
},
"require-dev": {
"phpunit/phpunit": "~4.0.14",
"phpunit/phpunit": "dev-master",
"ext-xdebug": ">=2.1.4"
},
"suggest": {
Expand All @@ -44,7 +45,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
"dev-master": "3.0.x-dev"
}
},
"include-path": [
Expand Down
Loading