diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-01-08 17:06:42 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-01-08 17:06:42 +0100 |
commit | 135b082c753d94e6a0e5e5ecfd4279deb89ea5ff (patch) | |
tree | 8edc871d9892778912c85749c283be973c3ec11e /test.php | |
parent | 6385cb79496db782c83e4723cd75c14553654ccc (diff) |
php-horde-Horde-Css-Parser: 1.0.5
Diffstat (limited to 'test.php')
-rw-r--r-- | test.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test.php b/test.php new file mode 100644 index 0000000..139b4c5 --- /dev/null +++ b/test.php @@ -0,0 +1,4 @@ +<?php +require '/usr/share/pear/Horde/Autoloader/Default.php'; + +var_dump(new Horde_Css_Parser()); |