2017 © Pedro Peláez
 

library simpletest

Unit testing, mock objects and web testing framework for PHP built around test cases.

image

simpletest/simpletest

Unit testing, mock objects and web testing framework for PHP built around test cases.

  • Friday, September 1, 2017
  • by lox
  • Repository
  • 25 Watchers
  • 140 Stars
  • 115,026 Installations
  • PHP
  • 51 Dependents
  • 1 Suggesters
  • 41 Forks
  • 17 Open issues
  • 6 Versions
  • 7 % Grown

The README.md

SimpleTest Build Status Build Status by Version Latest Stable Version Total Downloads

SimpleTest is a framework for unit testing, web site testing and mock objects for PHP., (*1)

Installation

Downloads

All downloads are stored on Github Releases., (*2)

You may find the zip of the "latest released version" here:, (*3)

https://github.com/simpletest/simpletest/releases/latest, (*4)

You may find the zip archive of the "main" development branch here:, (*5)

https://github.com/simpletest/simpletest/archive/main.zip, (*6)

Composer

You may also install the extension through Composer into the /vendor folder of your project., (*7)

Either run, (*8)

php composer.phar require --prefer-dist simpletest/simpletest "^1.2"

or add the package simpletest/simpletest to the require-dev section of your composer.json file:, (*9)

{
    "require-dev": {
        "simpletest/simpletest": "^1.2"
    }
}

followed by running composer install., (*10)

Issues

Please report all issues you encounter at Github Issues., (*11)

Community

Feel free to ask a new question on Stack Overflow or at Github Issues., (*12)

StackOverflow offers also a good collection of SimpleTest related questions., (*13)

Requirements

PHP 7.1+, (*14)

Authors

License

GNU LGPL v2.1, (*15)

Tests

The unit tests for SimpleTest itself can be run here:, (*16)

tests/all_tests.php

The acceptance tests require a running server:, (*17)

- php -S localhost:8080 -t tests/site
- tests/acceptance_test.php

Docs

https://simpletest.org/en/first_test_tutorial.html

The Versions

01/09 2017

dev-master

9999999-dev http://simpletest.org/

Unit testing, mock objects and web testing framework for PHP built around test cases.

  Sources   Download

LGPL-2.0+

The Requires

  • php ^5.4 || ^7.0

 

by Lars Vierbergen

testing selenium unit-test simpletest code-coverage

21/09 2015

v1.1.7

1.1.7.0 http://simpletest.org/

Unit testing, mock objects and web testing framework for PHP built around test cases.

  Sources   Download

LGPL-2.0+

The Requires

  • php >=5.0.5

 

by Lars Vierbergen

testing selenium unit-test simpletest code-coverage

21/09 2013

v1.1.5

1.1.5.0 http://simpletest.org/

Unit testing, mock objects and web testing framework for PHP built around test cases.

  Sources   Download

LGPL-2.0+

The Requires

  • php >=5.0.5

 

by Lars Vierbergen

testing selenium php xunit unit-test simpletest code-coverage junit

21/09 2013

v1.1.6

1.1.6.0 http://simpletest.org/

Unit testing, mock objects and web testing framework for PHP built around test cases.

  Sources   Download

LGPL-2.0+

The Requires

  • php >=5.0.5

 

by Lars Vierbergen

testing selenium php xunit unit-test simpletest code-coverage junit

21/09 2013

1.1.3

1.1.3.0 http://simpletest.org/

Unit testing, mock objects and web testing framework for PHP built around test cases.

  Sources   Download

LGPL-2.0+

The Requires

  • php >=5.0.5

 

by Lars Vierbergen

testing selenium php xunit unit-test simpletest code-coverage junit

21/09 2013

1.1.4

1.1.4.0 http://simpletest.org/

Unit testing, mock objects and web testing framework for PHP built around test cases.

  Sources   Download

LGPL-2.0+

The Requires

  • php >=5.0.5

 

by Lars Vierbergen

testing selenium php xunit unit-test simpletest code-coverage junit