From 9887dd1fd2b96715c669aa427d63cb70e2db5ca7 Mon Sep 17 00:00:00 2001 From: Dani Canet Date: Tue, 18 Jan 2022 13:57:55 +0100 Subject: [PATCH] refactor(plugin): valid namespace phpunit tests --- ...mance_png_test.php => filter_wiris_performance_png_test.php} | 2 +- ...mance_svg_test.php => filter_wiris_performance_svg_test.php} | 2 +- ...g_test.php => filter_wiris_without_performance_png_test.php} | 2 +- ...g_test.php => filter_wiris_without_performance_svg_test.php} | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) rename tests/{filter_performance_png_test.php => filter_wiris_performance_png_test.php} (98%) rename tests/{filter_performance_svg_test.php => filter_wiris_performance_svg_test.php} (98%) rename tests/{filter_without_performance_png_test.php => filter_wiris_without_performance_png_test.php} (98%) rename tests/{filter_without_performance_svg_test.php => filter_wiris_without_performance_svg_test.php} (98%) diff --git a/tests/filter_performance_png_test.php b/tests/filter_wiris_performance_png_test.php similarity index 98% rename from tests/filter_performance_png_test.php rename to tests/filter_wiris_performance_png_test.php index 7c3af3c1..caf9fae4 100644 --- a/tests/filter_performance_png_test.php +++ b/tests/filter_wiris_performance_png_test.php @@ -28,7 +28,7 @@ require_once($CFG->dirroot . '/filter/wiris/filter.php'); require_once($CFG->dirroot . '/filter/wiris/integration/lib/com/wiris/system/CallWrapper.class.php'); -class filter_performance_png_test extends advanced_testcase { +class filter_wiris_performance_png_test extends advanced_testcase { protected $wirisfilter; protected $safexml; protected $xml; diff --git a/tests/filter_performance_svg_test.php b/tests/filter_wiris_performance_svg_test.php similarity index 98% rename from tests/filter_performance_svg_test.php rename to tests/filter_wiris_performance_svg_test.php index d4b902e6..446c8641 100644 --- a/tests/filter_performance_svg_test.php +++ b/tests/filter_wiris_performance_svg_test.php @@ -28,7 +28,7 @@ require_once($CFG->dirroot . '/filter/wiris/filter.php'); require_once($CFG->dirroot . '/filter/wiris/integration/lib/com/wiris/system/CallWrapper.class.php'); -class filter_performance_svg_test extends advanced_testcase { +class filter_wiris_performance_svg_test extends advanced_testcase { protected $wirisfilter; protected $safexml; protected $xml; diff --git a/tests/filter_without_performance_png_test.php b/tests/filter_wiris_without_performance_png_test.php similarity index 98% rename from tests/filter_without_performance_png_test.php rename to tests/filter_wiris_without_performance_png_test.php index af12fa72..d2ce71de 100644 --- a/tests/filter_without_performance_png_test.php +++ b/tests/filter_wiris_without_performance_png_test.php @@ -27,7 +27,7 @@ global $CFG; require_once($CFG->dirroot . '/filter/wiris/filter.php'); -class filter_without_performance_png_test extends advanced_testcase { +class filter_wiris_without_performance_png_test extends advanced_testcase { protected $wirisfilter; protected $safexml; protected $xml; diff --git a/tests/filter_without_performance_svg_test.php b/tests/filter_wiris_without_performance_svg_test.php similarity index 98% rename from tests/filter_without_performance_svg_test.php rename to tests/filter_wiris_without_performance_svg_test.php index e94d9ff8..04a90dc3 100644 --- a/tests/filter_without_performance_svg_test.php +++ b/tests/filter_wiris_without_performance_svg_test.php @@ -27,7 +27,7 @@ global $CFG; require_once($CFG->dirroot . '/filter/wiris/filter.php'); -class filter_without_performance_svg_test extends advanced_testcase { +class filter_wiris_without_performance_svg_test extends advanced_testcase { protected $wirisfilter; protected $safexml; protected $xml;