Commit 774015b9 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 60281c65
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
$colors = new Colors(); $colors = new Colors();
echo "md5: ".$colors->getColoredString("Fehler!", "green", "red") .PHP_EOL; echo "md5: ".$colors->getColoredString("Fehler!", "white", "red") .PHP_EOL;
echo "md5: ".$colors->getColoredString("Erfolgreich!", "red", "green") .PHP_EOL; echo "md5: ".$colors->getColoredString("Erfolgreich!", "white", "green") .PHP_EOL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment