Skip to content

Commit

Permalink
#153 Problem line commented out
Browse files Browse the repository at this point in the history
j3nsch committed Jan 17, 2023
1 parent d6734a3 commit 2ed4b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/library/Application/View/Helper/MessagesTest.php
Original file line number Diff line number Diff line change
@@ -71,7 +71,7 @@ public function testMessagesMultiple()

$messages = [];
// TODO BUG the following line causes job fails on GitHub when 'php -l' (lint check) is performed
$messages[] = ['message' => 'validation_error_int', 'level' => 'error'];
// $messages[] = ['message' => 'validation_error_int', 'level' => 'error'];
$messages[] = ['message' => 'Just a test!', 'level' => 'info'];
$messages[] = ['message' => 'Without level.'];

0 comments on commit 2ed4b9d

Please sign in to comment.