Skip to content

Commit

Permalink
Merge pull request #18 from kilip/wip
Browse files Browse the repository at this point in the history
refactored CodeCoverage to doyo/code-coverage-bridge
  • Loading branch information
kilip committed Jun 11, 2019
2 parents 83757eb + 090344c commit e4e51d4
Show file tree
Hide file tree
Showing 45 changed files with 57 additions and 1,856 deletions.
20 changes: 10 additions & 10 deletions .gitattributes
@@ -1,13 +1,13 @@
.editorconfig export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.php_cs.dist
.travis.yml
*.dist
composer.lock
RoboFile.php
bin
build
features
spec
tests
.php_cs.dist export-ignore
.travis.yml export-ignore
*.dist export-ignore
composer.lock export-ignore
RoboFile.php export-ignore
bin export-ignore
build export-ignore
features export-ignore
spec export-ignore
tests export-ignore
23 changes: 0 additions & 23 deletions bin/split.sh

This file was deleted.

Binary file removed bin/splitsh-lite
Binary file not shown.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -29,13 +29,13 @@
"psr-4": {
"Test\\Doyo\\Behat\\Coverage\\": "tests/",
"spec\\Doyo\\Behat\\Coverage\\": "spec/",
"Test\\Doyo\\Behat\\Coverage\\Contexts\\": "features/contexts/",
"Doyo\\Behat\\Coverage\\Bridge\\CodeCoverage\\": "src/Bridge/CodeCoverage/"
"Test\\Doyo\\Behat\\Coverage\\Contexts\\": "features/contexts/"
}
},
"require": {
"php": ">=7.0",
"behat/behat": "^3.5",
"doyo/code-coverage-bridge": "^1.0@dev | ^2.0@dev",
"doyo/symfony-bridge": "~1.0@dev",
"guzzlehttp/guzzle": "^6.3",
"phpunit/php-code-coverage": "^5.3 | ^6.0",
Expand Down
2 changes: 1 addition & 1 deletion features/contexts/FeatureContext.php
Expand Up @@ -15,7 +15,7 @@

use Behat\Behat\Context\Context;
use Behat\Gherkin\Node\PyStringNode;
use Doyo\Behat\Coverage\Bridge\CodeCoverage\Driver\Dummy;
use Doyo\Bridge\CodeCoverage\Driver\Dummy;
use SebastianBergmann\CodeCoverage\CodeCoverage;
use Symfony\Component\Process\Process;
use Webmozart\Assert\Assert;
Expand Down
4 changes: 2 additions & 2 deletions features/contexts/RemoteContext.php
Expand Up @@ -15,8 +15,8 @@

use Behat\Gherkin\Node\PyStringNode;
use Behatch\Context\RestContext;
use Doyo\Behat\Coverage\Bridge\CodeCoverage\Controller\RemoteController;
use Doyo\Behat\Coverage\Bridge\CodeCoverage\Session\SessionInterface;
use Doyo\Bridge\CodeCoverage\Controller\RemoteController;
use Doyo\Bridge\CodeCoverage\Session\SessionInterface;
use Webmozart\Assert\Assert;

class RemoteContext extends RestContext
Expand Down
163 changes: 0 additions & 163 deletions spec/Bridge/CodeCoverage/Controller/RemoteControllerSpec.php

This file was deleted.

82 changes: 0 additions & 82 deletions spec/Bridge/CodeCoverage/ProcessorSpec.php

This file was deleted.

0 comments on commit e4e51d4

Please sign in to comment.