2017 © Pedro Peláez
 

project tdd-seed

Starter repository for a project with PHPUnit

image

oliverklee/tdd-seed

Starter repository for a project with PHPUnit

  • Friday, June 22, 2018
  • by oliverklee
  • Repository
  • 3 Watchers
  • 6 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 5 Versions
  • 80 % Grown

The README.md

Exercises for test-driven development

BuildStatus Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

This project contains code to be used in my TDD workshops., (*2)

Installation

PHP

Local PHP

You will need a local PHP installation with Composer., (*3)

If you would like to use Infection for mutation testing, you will also need Xdebug., (*4)

Installing the Composer packages

Run composer install to install the required Composer packages., (*5)

Having a test list

For your test list, please create a fill test-list.txt. Git will ignore it for you., (*6)

Mutation testing

You can run the mutation testing with Infection to catch missing test cases:, (*7)

vendor/bin/infection

Infection then will log its findings into the file infection.log., (*8)

About me (Oliver Klee)

I am the maintainer of the PHPUnit TYPO3 extension, which is available in the TYPO3 extension repository (TER)., (*9)

You can book me for workshops at your company., (*10)

I also frequently give workshops at the TYPO3 Developer Days., (*11)

More Documentation

Other example projects

The Versions

22/06 2018

dev-feature/coffee

dev-feature/coffee https://github.com/oliverklee/tdd-reader

Starter repository for a project with PHPUnit

  Sources   Download

GPL-3.0+ GPL-3.0-or-later

The Requires

  • php ~7.0.0 || ~7.1.0 || ~7.2.0

 

The Development Requires

tdd phpunit template unit testing

27/01 2018

dev-master

9999999-dev https://github.com/oliverklee/tdd-reader

Starter repository for a project with PHPUnit

  Sources   Download

GPL-3.0+ GPL-3.0-or-later

The Requires

  • php ~7.0.0 || ~7.1.0 || ~7.2.0

 

The Development Requires

tdd phpunit template unit testing

27/01 2018

dev-bugfix/travis-links

dev-bugfix/travis-links https://github.com/oliverklee/tdd-reader

Starter repository for a project with PHPUnit

  Sources   Download

GPL-3.0-or-later

The Requires

  • php ~7.0.0 || ~7.1.0 || ~7.2.0

 

The Development Requires

tdd phpunit template unit testing

27/01 2018

dev-task/scripts

dev-task/scripts https://github.com/oliverklee/tdd-reader

Starter repository for a project with PHPUnit

  Sources   Download

GPL-3.0-or-later

The Requires

  • php ~7.0.0 || ~7.1.0 || ~7.2.0

 

The Development Requires

tdd phpunit template unit testing

20/04 2017

v1.0.0

1.0.0.0

This is a starter repository for a project with PHPUnit.

  Sources   Download

GPL-3.0+

The Requires

  • php ~5.6.0 || ~7.0.0 || ~7.1.0

 

The Development Requires