Searched refs:tests (Results 1 – 17 of 17) sorted by relevance
18 // These tests are flaky as the values ImageMagick will accept21 $tests = array(39 $tests[Imagick::RESOURCETYPE_TIME] = 30; 43 $tests[Imagick::RESOURCETYPE_THROTTLE] = 1; 46 $tests[Imagick::RESOURCETYPE_THREAD] = 1; 49 $tests[Imagick::RESOURCETYPE_WIDTH] = $g; 52 $tests[Imagick::RESOURCETYPE_HEIGHT] = $g; 55 foreach ($tests as $resourceType => $value) {
32 $tests = array();34 $tests[] = array( 39 $tests[] = array(45 $tests[] = array(55 $tests[] = array(64 $tests[] = array( 72 $tests[] = array(80 foreach ($tests as $test) {
12 $tests = array(18 foreach ($tests as $test) {
71 $tests = array(101 $tests[] = array(110 $tests[] = array(121 foreach ($tests as $test) {
11 $tests = array(30 foreach ($tests as $testInfo) {
6 if (getenv('SKIP_SLOW_TESTS')) die('skip slow tests excluded by request');
2 Pixel Iterator tests
70 * is the right thing to do, as it makes the tests more stable.
52 …for file in tests/*.phpt; do grep $(basename $file) package.xml >/dev/null || (echo "Missing $file…68 - name: Run Imagick tests71 php run-tests.php -d extension=imagick.so -d extension_dir=modules -n ./*.phpt --show-diff72 … php run-tests.php -d extension=imagick.so -d extension_dir=modules -n ./tests/*.phpt --show-diff73 … for i in `ls tests/*.diff 2>/dev/null`; do echo "-- START ${i}"; cat $i; echo "-- END"; done121 …for file in tests/*.phpt; do grep $(basename $file) package.xml >/dev/null || (echo "Missing $file…137 - name: Run Imagick tests140 php run-tests.php -d extension=imagick.so -d extension_dir=modules -n ./*.phpt --show-diff141 … php run-tests.php -d extension=imagick.so -d extension_dir=modules -n ./tests/*.phpt --show-diff142 … for i in `ls tests/*.diff 2>/dev/null`; do echo "-- START ${i}"; cat $i; echo "-- END"; done
58 …- for file in tests/*.phpt; do grep $(basename $file) package.xml >/dev/null || (echo "Missing $fi…74 - php run-tests.php -d extension=imagick.so -d extension_dir=modules -n ./*.phpt75 - php run-tests.php -d extension=imagick.so -d extension_dir=modules -n ./tests/*.phpt76 - for i in `ls tests/*.diff 2>/dev/null`; do echo "-- START ${i}"; cat $i; echo "-- END"; done
8 // The tests are all skipped if imagick is not loaded. This can lead10 // this script gives an error to allow us to error before running the tests.
6 php run-tests.php -j4 -l failing_tests.txt
399 - Distribute tests as part of the release
1 …extension=/opt/remi/php74/root/usr/lib64/php/modules/imagick.so /home/app/tests/003_cast_color_opa…
8 …extension=/opt/remi/php74/root/usr/lib64/php/modules/imagick.so /home/app/tests/003_cast_color_opa…
54 $tests = [ variable
Completed in 57 milliseconds