From d6fd78b96837969dc36ff852a3288fd45f8f9e61 Mon Sep 17 00:00:00 2001 From: Artur Weigandt Date: Mon, 16 May 2022 12:04:43 +0200 Subject: Allow CssXPath updates with composer (#4368) * Install CssXPath with composer * Fix code style in tests * fix pathnames for tests and linting * add irrelevant files to .gitignore * Alphabetic order * let composer sort the packages alphabetically Co-authored-by: Alexandre Alapetite --- tests/lib/CssXPath/CssXPathTest.php | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/lib/CssXPath/CssXPathTest.php (limited to 'tests/lib/CssXPath/CssXPathTest.php') diff --git a/tests/lib/CssXPath/CssXPathTest.php b/tests/lib/CssXPath/CssXPathTest.php new file mode 100644 index 000000000..c6fe24fc8 --- /dev/null +++ b/tests/lib/CssXPath/CssXPathTest.php @@ -0,0 +1,8 @@ +assertTrue(class_exists('Gt\\CssXPath\\Translator')); + } +} -- cgit v1.2.3