Skip to content

weirdan/phpunit-appveyor-reporter

Repository files navigation

phpunit-appveyor-reporter

This reporter logs PHPUnit tests results to AppVeyor tests tab in real time.

Screenshot

Installation

composer require --dev weirdan/phpunit-appveyor-reporter

Usage

<?xml version="1.0" encoding="UTF-8"?>
<phpunit>
    <![CDATA[ 
        .............................................
    ]]>
    <extensions>
        <extension class="Weirdan\PhpUnitAppVeyorReporter\Listener"></extension>
    </extensions>
</phpunit>

About

PHPUnit reporter that logs test results to AppVeyor test tab in real time

Topics

Resources

License

Stars

Watchers

Forks

Languages