2017 © Pedro Peláez
 

library test-starter

PHPUnit Test Starter for Phwoolcon Projects

image

phwoolcon/test-starter

PHPUnit Test Starter for Phwoolcon Projects

  • Thursday, November 23, 2017
  • by Fishdrowned
  • Repository
  • 1 Watchers
  • 0 Stars
  • 41 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 41 % Grown

The README.md

test-starter

Latest Version on Packagist Build Status ![Coverage Status][ico-scrutinizer] Quality Score ![Total Downloads][ico-downloads] ![Software License][ico-license], (*1)

PHPUnit Test Starter for Phwoolcon Projects, (*2)

Usage

Please use this library in your phwoolcon project repository (For example phwoolcon/phwoolcon)., (*3)

For Legacy Projects

  1. Checkout your project code;, (*4)

  2. Edit composer.json:, (*5)

    vim composer.json
    

    Add phwoolcon/test-starter to require-dev property:, (*6)

    {
        ...
        "require-dev": {
            "phwoolcon/test-starter": "~1.0"
        },
        ...
    }
    
  3. Edit phpunit.xml.dist: bash vim phpunit.xml.dist Replace bootstrap as vendor/phwoolcon/test-starter/start.php: xml <phpunit bootstrap="vendor/phwoolcon/test-starter/start.php" ...> ... </phpunit> Then composer update and run your unit test.

For Newly Created Packages

If you run bin/cli package:create to create your new package, then this library has been included., (*7)

Change log

Please see CHANGELOG for more information on what has changed recently., (*8)

Contributing

Please see CONTRIBUTING and CODE_OF_CONDUCT for details., (*9)

Security

If you discover any security related issues, please email fishdrowned@gmail.com instead of using the issue tracker., (*10)

Credits

License

The Apache License, Version 2.0. Please see License File for more information., (*11)

The Versions

23/11 2017

dev-master

9999999-dev https://github.com/phwoolcon/test-starter

PHPUnit Test Starter for Phwoolcon Projects

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

test phpunit phwoolcon

19/11 2017

v1.0.3

1.0.3.0 https://github.com/phwoolcon/test-starter

PHPUnit Test Starter for Phwoolcon Projects

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

test phpunit phwoolcon

17/11 2017

v1.0.2

1.0.2.0 https://github.com/phwoolcon/test-starter

PHPUnit Test Starter for Phwoolcon Projects

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

test phpunit phwoolcon

17/11 2017

v1.0.1

1.0.1.0 https://github.com/phwoolcon/test-starter

PHPUnit Test Starter for Phwoolcon Projects

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

test phpunit phwoolcon

16/11 2017

v1.0.0

1.0.0.0 https://github.com/phwoolcon/test-starter

PHPUnit Test Starter for Phwoolcon Projects

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

test phpunit phwoolcon