Skip to content

Class Satooshi\...\Configuration not found in CoverageCollector.php #13

@sjparkinson

Description

@sjparkinson

Heya, I'm trying to setup code coverage on my PHP project and I'm hitting the following error when running ./vendor/bin/test-reporter locally.

Something I'm missing/doing wrong?

PHP Fatal error: 
    Class 'Satooshi\Bundle\CoverallsV1Bundle\Config\Configuration' not found
    in /Users/Samuel/Repositories/Personal/StaticReview/vendor/codeclimate/php-test-reporter/src/CodeClimate/Bundle/TestReporterBundle/CoverageCollector.php
    on line 22

The commands I've run:

composer update --dev --prefer-source --optimize-autoloader

vendor/bin/phpunit --bootstrap vendor/autoload.php --coverage-clover build/logs/clover.xml tests

CODECLIMATE_REPO_TOKEN=[...] ./vendor/bin/test-reporter

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions