Searched refs:tests (Results 1 – 10 of 10) sorted by relevance
7 it: coding-standards tests ## Runs all the targets21 .PHONY: tests22 tests: vendor ## Runs unit and end-to-end tests with phpunit/phpunit target23 vendor/bin/phpunit --configuration=tests/phpunit.xml --testsuite=unit24 rm -rf tests/server.log25 tests/server start;27 tests/server stop30 tests/server start;32 tests/server stop35 tests/server start;[all …]
7 code, tests or documentation.14 * [Writing tests](#writing-tests)23 www.php.net welcomes pull requests to [add tests](#writing-tests), fix bugs and to24 implement features. Please be sure to include tests as appropriate!42 ## Writing tests44 We love getting new tests! www.php.net is a fairly old project and improving test coverage is50 It is important for the stability and maintainability of www.php.net that tests are66 make tests128 make tests
52 - 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…110 tests:153 - name: "Run unit tests with phpunit/phpunit"154 run: "vendor/bin/phpunit --colors=always --configuration=tests/phpunit.xml --testsuite=unit"159 - name: "Run end-to-end tests with phpunit/phpunit"160 … run: "vendor/bin/phpunit --colors=always --configuration=tests/phpunit.xml --testsuite=end-to-end"
65 - name: "Run visual tests"72 file-path: tests/Visual/**/*
96 - name: "Run visual tests"
112 php -S "$HOST":"$PORT" -c tests/php.ini >> "$LOGFILE" 2>&1 &
220 . Introducing unit tests for extension with ~full coverage.
402 . Introducing unit tests for extension with ~full coverage.
447 . 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)
351 . 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 59 milliseconds