Version bump to 1.0.0

- Palette now in 1.0.0 and includes a docblock @example, also made the checking better and wrote some documentation
- Example now includes a failing test to make sure what happens when given octet stream
This commit is contained in:
Ismo Vuorinen
2013-06-27 15:52:11 +03:00
parent c423b2551c
commit a152cf01ab
2 changed files with 67 additions and 15 deletions

View File

@@ -44,3 +44,6 @@ foreach ($testimages_controlled_process as $image) {
. "</pre>\n";
}
echo "<h1>This one fails</h1>\n";
$test = new \ivuorinen\Palette\Palette('/bin/sh');