Home
last modified time | relevance | path

Searched refs:tests (Results 1 – 8 of 8) sorted by relevance

/web-php/
H A DMakefile6 it: coding-standards tests ## Runs all the targets
10 vendor/bin/phpunit --configuration=tests/phpunit.xml --coverage-text --testsuite=unit
20 .PHONY: tests
21 tests: vendor ## Runs unit and end-to-end tests with phpunit/phpunit target
22 vendor/bin/phpunit --configuration=tests/phpunit.xml --testsuite=unit
23 rm -rf tests/server.log
24tests/server start; vendor/bin/phpunit --configuration=tests/phpunit.xml --testsuite=end-to-end; t…
/web-php/.github/
H A DCONTRIBUTING.md7 code, tests or documentation.
14 * [Writing tests](#writing-tests)
23 www.php.net welcomes pull requests to [add tests](#writing-tests), fix bugs and to
24 implement features. Please be sure to include tests as appropriate!
42 ## Writing tests
44 We love getting new tests! www.php.net is a fairly old project and improving test coverage is
50 It is important for the stability and maintainability of www.php.net that tests are
66 make tests
128 make tests
/web-php/.github/workflows/
H A Dintegrate.yaml52 - name: "Collect code coverage from running unit tests with phpunit/phpunit"
55 …run: "vendor/bin/phpunit --colors=always --configuration=tests/phpunit.xml --coverage-text --tests…
100 tests:
143 - name: "Run unit tests with phpunit/phpunit"
144 run: "vendor/bin/phpunit --colors=always --configuration=tests/phpunit.xml --testsuite=unit"
149 - name: "Run end-to-end tests with phpunit/phpunit"
150 … run: "vendor/bin/phpunit --colors=always --configuration=tests/phpunit.xml --testsuite=end-to-end"
/web-php/tests/
H A Dserver112 php -S "$HOST":"$PORT" -c tests/php.ini >> "$LOGFILE" 2>&1 &
/web-php/releases/
H A DNEWS_5_4_0_alpha1.txt220 . Introducing unit tests for extension with ~full coverage.
H A DNEWS_5_4_0_beta2.txt402 . Introducing unit tests for extension with ~full coverage.
H A DNEWS_5_4_0_RC1.txt447 . Introducing unit tests for extension with ~full coverage.
1180 . Fixed bug #51008 (Zend/tests/bug45877.phpt fails). (Dmitry)
2631 - Fixed bug #47816 (pcntl tests failing on NetBSD). (Matteo)
5996 strtotime() / date() tests). (Derick)
H A DNEWS_5_4_0_beta1.txt351 . Introducing unit tests for extension with ~full coverage.
1084 . Fixed bug #51008 (Zend/tests/bug45877.phpt fails). (Dmitry)
2535 - Fixed bug #47816 (pcntl tests failing on NetBSD). (Matteo)
5900 strtotime() / date() tests). (Derick)

Completed in 49 milliseconds