| Server IP : 68.178.247.200 / Your IP : 216.73.217.108 Web Server : Apache System : Linux p3plzcpnl489463.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64 User : x9dppmxs4rgd ( 8559391) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/thread-self/cwd/wp-content/plugins/ewww-image-optimizer/vendor/lsolesen/pel/test/ |
Upload File : |
# README file for PEL Test Suite The tests run automatically on each commit on TravisCI. Status for the master branch is: [](http://travis-ci.org/pel/pel) ## PEL Test Suite This directory holds the PHPUnit test suite for PEL. The test suite consists of a number of core tests which exercise the basic functionality of PEL. In addition to the core tests, one can download a set of image tests. These consist of example images taken from as many different camera models as possible together with a test case that will ensure that PEL can read the data in the image, and that it keeps interpreting the data in the same way. This ensures stability in the development process by making sure that PEL keeps reading images in the same way. ## Running the Test Suite First the make sure PHPUnit is downloaded. You can do so in the project's top directory via composer ```bash composer update ``` Now from the top of the project, you can run ```bash phpunit ``` ## Failing Tests Should one or more of the tests fail, then first ensure that SimpleTest is placed correctly so that run-tests.php can find it. If everything seems correct, then please report the error to the PEL developers: https://github.com/lsolesen/pel/issues Remember to include all the output in your bug report.