From 23f69f10ed07c7fbe7d752882a88d55351ce2e3d Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Tue, 14 Dec 2010 16:26:35 +0000 Subject: Per wikitech-l discussion: Move tests from maintenance/tests/ to tests/. They're not strictly maintenance scripts, and some people want to do a selective checkout that doesn't include the tests. There's still debate on whether we should include these in the release downloads, but we had a pretty firm consensus to move this. --- .../phpunit/includes/api/generateRandomImages.php | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 tests/phpunit/includes/api/generateRandomImages.php (limited to 'tests/phpunit/includes/api/generateRandomImages.php') diff --git a/tests/phpunit/includes/api/generateRandomImages.php b/tests/phpunit/includes/api/generateRandomImages.php new file mode 100644 index 000000000000..cab1ec7de65b --- /dev/null +++ b/tests/phpunit/includes/api/generateRandomImages.php @@ -0,0 +1,25 @@ +writeImages( $number, $format ); -- cgit v1.2.3