[Nostromo] Add more and tweak Tests

This commit is contained in:
Andrés Montañez
2017-01-01 18:20:43 -03:00
parent 616258e91e
commit 3c21cfcce9
16 changed files with 389 additions and 68 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ use Exception;
*/
class ErrorException extends Exception
{
public function getTrimmedMessage($maxLength = 80)
public function getTrimmedMessage($maxLength = 60)
{
$message = $this->getMessage();