2017 © Pedro Peláez
 

library test-composer

test composer package eva

image

ronizzle/test-composer

test composer package eva

  • Friday, March 31, 2017
  • by ronizzle
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 33 % Grown

The README.md

Automated testing of PHP applications using PHPUnit + Circle CI

Example code I learned watching Howto: Release an open source PHP Composer package on Github with automated unit tests, (*1)

  • [x] created a github repository for this small project
  • [x] Coded a very small PHP Library
  • [x] Used Composer to manage the dependencies used by the library
  • [x] Unit test the php code with PHPUnit.
  • [x] Created circle.yml file that will be used for automation by Circle CI
  • [x] Run automated Phpunit test cases with Circle CI
  • [x] Submitted the created library to Packagist.

NB - for code coverage, install the php-xdebug conversion - precise instead trusty should be used as image (configured on settings page), (*2)

The Versions

31/03 2017

dev-master

9999999-dev

test composer package eva

  Sources   Download

MIT

The Requires

  • php >=7

 

The Development Requires

by Avatar ronizzle

08/03 2017

v0.0.1

0.0.1.0

test composer package eva

  Sources   Download

MIT

The Requires

  • php >=7

 

The Development Requires

by Avatar ronizzle