All Projects → merkushin → php.autotest

merkushin / php.autotest

Licence: other
autotest for php written in php

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to php.autotest

Ci Phpunit Test
An easier way to use PHPUnit with CodeIgniter 3.x.
Stars: ✭ 535 (+2715.79%)
Mutual labels:  phpunit, testing-tools
Phpunit
The PHP Unit Testing framework.
Stars: ✭ 18,103 (+95178.95%)
Mutual labels:  phpunit, testing-tools
php-test-generator
Generate test cases for existing PHP files
Stars: ✭ 47 (+147.37%)
Mutual labels:  phpunit, testing-tools
Paraunit
Run PHPUnit tests in parallel
Stars: ✭ 104 (+447.37%)
Mutual labels:  phpunit, testing-tools
phpunit-documentation-russian
Russian Documentation for PHPUnit
Stars: ✭ 16 (-15.79%)
Mutual labels:  phpunit
covers-validator
Validates covers tags in PHPUnit tests
Stars: ✭ 21 (+10.53%)
Mutual labels:  phpunit
nim-contra
Lightweight Self-Documenting Design by Contract Programming and Security Hardened mode.
Stars: ✭ 46 (+142.11%)
Mutual labels:  testing-tools
playwright-test
Run unit tests with several runners or benchmark inside real browsers with playwright.
Stars: ✭ 81 (+326.32%)
Mutual labels:  testing-tools
toradocu
Toradocu - automated generation of test oracles from Javadoc documentation
Stars: ✭ 39 (+105.26%)
Mutual labels:  testing-tools
laravel-survey
Laravel 6 survey app.
Stars: ✭ 39 (+105.26%)
Mutual labels:  phpunit
karate
Test Automation Made Simple
Stars: ✭ 6,384 (+33500%)
Mutual labels:  testing-tools
generator-composer
🐘 Yeoman (http://yeoman.io) generator for a PHP Composer project
Stars: ✭ 16 (-15.79%)
Mutual labels:  phpunit
merlin
Testing and Benchmarking framework for deno 🧙‍♂️
Stars: ✭ 46 (+142.11%)
Mutual labels:  testing-tools
main
Mocks Server monorepo
Stars: ✭ 109 (+473.68%)
Mutual labels:  testing-tools
tressa
Little test utility
Stars: ✭ 18 (-5.26%)
Mutual labels:  testing-tools
volder
volder is powerful Object schema validation lets you describe your data using a simple and readable schema and transform a value to match the requirements
Stars: ✭ 106 (+457.89%)
Mutual labels:  testing-tools
hubtel-payment
🎉A comprehensive PHP Client Package for consuming the Hubtel Payment API
Stars: ✭ 13 (-31.58%)
Mutual labels:  phpunit
mockcpp
Two C/C++ testing tools, mockcpp and testngpp.
Stars: ✭ 40 (+110.53%)
Mutual labels:  testing-tools
think-phpunit
ThinkPHP5——phpunit测试用例
Stars: ✭ 17 (-10.53%)
Mutual labels:  phpunit
autofill
Bookmarklet to fill out forms when testing by simply clicking on it.
Stars: ✭ 54 (+184.21%)
Mutual labels:  testing-tools

Build Status Autotest for PHP

Requirements

  • PHP 5.3+
  • PHPUnit
  • Symfony/Console

Installation

Download and unpack php.autotest.

Download Composer (http://getcomposer.org) and run:

composer.phar install

Composer installs Console component

Optionally link bin/autotest.php to your /usr/bin like this:

ln bin/autotest.php /usr/bin/autotest

Usage

Run bin/autotest.php with optional params from the root of your application:

  • cmd — path to phpunit (optional, default value: phpunit)
  • src_path — path to your source code (optional, default value: src)
  • tests_path — path to your tests (optional, default value: tests)
  • suffix — suffix of the test namespace (optional, default value: Test)
  • timeout — time between comparing files (optional, default value: 1 second)

Example (assuming file is linked to bin directory):

autotest --cmd=/usr/local/zend/bin/phpunit --src_path=source --tests_path=MyTests --timeout=60
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].