simpletest

SimpleTest - Unit Testing for PHP

  • 所有者: simpletest/simpletest
  • 平台:
  • 许可证: GNU Lesser General Public License v2.1
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

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

主要指标

概览
名称与所有者simpletest/simpletest
主编程语言PHP
编程语言PHP (语言数: 6)
平台
许可证GNU Lesser General Public License v2.1
所有者活动
创建于2013-09-21 18:47:12
推送于2025-01-03 12:44:11
最后一次提交
发布数6
最新版本名称v1.2.0 (发布于 )
第一版名称v1.1.5 (发布于 )
用户参与
星数149
关注者数27
派生数47
提交数2.1k
已启用问题?
问题数43
打开的问题数17
拉请求数37
打开的拉请求数2
关闭的拉请求数3
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?