From 74dee3bf56ed93c65406bada87f0b8eaccff8c3a Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Mon, 8 Apr 2013 17:07:56 +0200 Subject: [PATCH] add Plugin test config for example --- .../Tests/Config/Loader/XmlFileLoaderTest.php | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 core/lib/Thelia/Tests/Config/Loader/XmlFileLoaderTest.php diff --git a/core/lib/Thelia/Tests/Config/Loader/XmlFileLoaderTest.php b/core/lib/Thelia/Tests/Config/Loader/XmlFileLoaderTest.php new file mode 100644 index 000000000..d75adc8ce --- /dev/null +++ b/core/lib/Thelia/Tests/Config/Loader/XmlFileLoaderTest.php @@ -0,0 +1,30 @@ +. */ +/* */ +/*************************************************************************************/ + +namespace Thelia\Tests\Config\Loader; + + +class XmlFileLoaderTest extends \PHPUnit_Framework_TestCase +{ + +} \ No newline at end of file