diff options
| author | 2022-05-16 12:04:43 +0200 | |
|---|---|---|
| committer | 2022-05-16 12:04:43 +0200 | |
| commit | d6fd78b96837969dc36ff852a3288fd45f8f9e61 (patch) | |
| tree | 74d5482fad307e0e62c751535298d1e7c8f1ee5b /lib/phpgt/cssxpath/src/NotYetImplementedException.php | |
| parent | ffd1061850d73182d40126658a0e9dd7f28f646e (diff) | |
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 <alexandre@alapetite.fr>
Diffstat (limited to 'lib/phpgt/cssxpath/src/NotYetImplementedException.php')
| -rw-r--r-- | lib/phpgt/cssxpath/src/NotYetImplementedException.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/phpgt/cssxpath/src/NotYetImplementedException.php b/lib/phpgt/cssxpath/src/NotYetImplementedException.php new file mode 100644 index 000000000..39d12b3bc --- /dev/null +++ b/lib/phpgt/cssxpath/src/NotYetImplementedException.php @@ -0,0 +1,4 @@ +<?php +namespace Gt\CssXPath; + +class NotYetImplementedException extends CssXPathException {}
\ No newline at end of file |
