Commit Graph

8 Commits

Author SHA1 Message Date
Ismo Vuorinen
1f0a4b878c CodeStyle changes, documentation, small fixes 2017-09-14 13:50:17 +03:00
Ismo Vuorinen
b9c5530928 Now actually running tests, dropping PHP5.5 2017-09-14 12:15:19 +03:00
Ismo Vuorinen
4e59352f5f PHPUnit in PHP 5.* should now work 2017-09-13 21:54:42 +03:00
Ismo Vuorinen
bc6ce3d8a4 PHPUnit 6 requires PHP 7, trying composer config pipes 2017-09-13 20:35:40 +03:00
Ismo Vuorinen
81aa917de2 First tests 2017-09-13 19:30:05 +03:00
Ismo Vuorinen
7aabe2f861 .gitignore:
- Added vendor folder
composer.json:
- Added required description
- Fixed autoloader classmap
- Removed extra-section
example.php:
- Now has working autoloader and non-autoloader examples
- Better wording in comments and caching example, also includes destination configuration example
Palette.php:
- Added MIT license block and changed the license links from GPL2 to MIT to reflect composer.json file
- Moved file from from a directory to a better one, reflecting class namespace.
- Combined tests to fewer try {} catch {} -blocks
- Added comments to help understand the code
2013-07-01 16:03:59 +03:00
Ismo Vuorinen
c2ce49843f Trailing comma in composer.json 2013-06-27 04:29:58 +03:00
Ismo Vuorinen
38cae8b68b Palette takes first steps, nothing working yet, but we're getting there. 2013-06-27 03:58:28 +03:00