simpletest

SimpleTest - Unit Testing for PHP

  • Owner: simpletest/simpletest
  • Platform:
  • License:: GNU Lesser General Public License v2.1
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

SimpleTest Build Status Latest Stable Version Total Downloads

SimpleTest is a framework for unit testing, web site testing and mock objects for PHP.

Installation

Downloads

All downloads are stored on Github Releases.

You may find the zip of the "latest released/tagged version" here:

https://github.com/simpletest/simpletest/releases/latest

You may find the zip archive of the "dev-master" branch here:

https://github.com/simpletest/simpletest/archive/master.zip

Composer

You may also install the extension through Composer into the /vendor folder of your project.

Either run

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

or add the package simpletest/simpletest to the require-dev section of your composer.json file:

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

followed by running composer install.

Issues

Please report all issues you encounter at Github Issues.

Community

Feel free to ask a new question on Stack Overflow or at Github Issues.

StackOverflow offers also a good collection of SimpleTest related questions.

Requirements

PHP 7.1+

Authors

License

GNU LGPL v2.1

Tests

The unit tests for SimpleTest itself can be run here:

test/all_tests.php

The acceptance tests require a running server:

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

Docs

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

Main metrics

Overview
Name With Ownersimpletest/simpletest
Primary LanguagePHP
Program languagePHP (Language Count: 6)
Platform
License:GNU Lesser General Public License v2.1
所有者活动
Created At2013-09-21 18:47:12
Pushed At2025-01-03 12:44:11
Last Commit At
Release Count6
Last Release Namev1.2.0 (Posted on )
First Release Namev1.1.5 (Posted on )
用户参与
Stargazers Count149
Watchers Count27
Fork Count47
Commits Count2.1k
Has Issues Enabled
Issues Count43
Issue Open Count17
Pull Requests Count37
Pull Requests Open Count2
Pull Requests Close Count3
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private