2017 © Pedro Peláez
 

library phpunit-chart-bundle

Devotion PHPUnit Chart Bundle

image

devotion/phpunit-chart-bundle

Devotion PHPUnit Chart Bundle

  • Tuesday, June 28, 2016
  • by VincentCATILLON
  • Repository
  • 0 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

PHPUnit Chart Bundle

Latest Stable Version Build Status SensioLabsInsight License, (*1)

Symfony bundle which generates charts from phpunit XML report files., (*2)

Composer

Install via composer, (*3)

``` js { "require": { "devotion/phpunit-chart": "~0.3" } }, (*4)


## Database In order to persist unit tests coverage evolution (only on changes), update with doctrine ``` js app/console doctrine:database:create app/console doctine:schema:update --force

Configuration

In this example above, default values are used:, (*5)

``` yaml devotion_php_unit_chart: base_path: %kernel.root_dir%/../ type: pie-basic history_size: 10, (*6)


## Usage __Mandatory URL parameters__: - file (the report filename, in the base path defined in your configuration) __Optional URL parameters__: - title (In plain text, the chart title to display) - type (The chart type to use): -- pie-basic -- areaspline __Examples__: ``` yaml <domain.tld>/?file=default.xml <domain.tld>/?file=default.xml&title=AppBundle coverage <domain.tld>/?file=default.xml&type=areaspline

The Versions

28/06 2016

dev-master

9999999-dev

Devotion PHPUnit Chart Bundle

  Sources   Download

MIT

The Requires

 

by Vincent Catillon

28/06 2016

0.3.2

0.3.2.0

Devotion PHPUnit Chart Bundle

  Sources   Download

MIT

The Requires

 

by Vincent Catillon

28/06 2016

0.3.1

0.3.1.0

Devotion PHPUnit Chart Bundle

  Sources   Download

MIT

The Requires

 

by Vincent Catillon

08/05 2016

0.3.0

0.3.0.0

Devotion PHPUnit Chart Bundle

  Sources   Download

proprietary

The Requires

 

by Vincent Catillon

04/05 2016

0.2.0

0.2.0.0

Devotion PHPUnit Chart Bundle

  Sources   Download

proprietary

by Vincent Catillon

03/05 2016

0.1.0

0.1.0.0

Devotion PHPUnit Chart Bundle

  Sources   Download

proprietary

by Vincent Catillon