Home
last modified time | relevance | path

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

/imagick/tests/
H A D014-setresourcelimit.phpt18 // These tests are flaky as the values ImageMagick will accept
21 $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) {
H A D145_imagickkernel_coverage.phpt32 $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) {
H A D114_Imagick_scaleImage_basic.phpt12 $tests = array(
18 foreach ($tests as $test) {
H A D025-get-color.phpt71 $tests = array(
101 $tests[] = array(
110 $tests[] = array(
121 foreach ($tests as $test) {
H A D024-ispixelsimilar.phpt11 $tests = array(
30 foreach ($tests as $testInfo) {
H A D064_cropThumbNailImage.phpt6 if (getenv('SKIP_SLOW_TESTS')) die('skip slow tests excluded by request');
H A D020-pixeliterator.phpt2 Pixel Iterator tests
H A Dfunctions.inc70 * is the right thing to do, as it makes the tests more stable.
/imagick/.github/workflows/
H A Dmain.yml52 …for file in tests/*.phpt; do grep $(basename $file) package.xml >/dev/null || (echo "Missing $file…
68 - name: Run Imagick tests
71 php run-tests.php -d extension=imagick.so -d extension_dir=modules -n ./*.phpt --show-diff
72 … php run-tests.php -d extension=imagick.so -d extension_dir=modules -n ./tests/*.phpt --show-diff
73 … for i in `ls tests/*.diff 2>/dev/null`; do echo "-- START ${i}"; cat $i; echo "-- END"; done
121 …for file in tests/*.phpt; do grep $(basename $file) package.xml >/dev/null || (echo "Missing $file…
137 - name: Run Imagick tests
140 php run-tests.php -d extension=imagick.so -d extension_dir=modules -n ./*.phpt --show-diff
141 … php run-tests.php -d extension=imagick.so -d extension_dir=modules -n ./tests/*.phpt --show-diff
142 … for i in `ls tests/*.diff 2>/dev/null`; do echo "-- START ${i}"; cat $i; echo "-- END"; done
/imagick/
H A D.travis.yml58 …- 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 ./*.phpt
75 - php run-tests.php -d extension=imagick.so -d extension_dir=modules -n ./tests/*.phpt
76 - for i in `ls tests/*.diff 2>/dev/null`; do echo "-- START ${i}"; cat $i; echo "-- END"; done
H A Dcheck-loaded.phpt8 // The tests are all skipped if imagick is not loaded. This can lead
10 // this script gives an error to allow us to error before running the tests.
H A DrunTests.sh6 php run-tests.php -j4 -l failing_tests.txt
H A DChangeLog399 - Distribute tests as part of the release
/imagick/docker/fedora/
H A DrunValgrind.sh1 …extension=/opt/remi/php74/root/usr/lib64/php/modules/imagick.so /home/app/tests/003_cast_color_opa…
H A DrunGdb.sh1 …extension=/opt/remi/php74/root/usr/lib64/php/modules/imagick.so /home/app/tests/003_cast_color_opa…
H A DrunTestRepeatedly.sh8 …extension=/opt/remi/php74/root/usr/lib64/php/modules/imagick.so /home/app/tests/003_cast_color_opa…
/imagick/util/
H A Dcheck_methods.php54 $tests = [ variable

Completed in 17 milliseconds