Skip to content

Commit

Permalink
Update TraceEntryTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
usernane committed May 17, 2022
1 parent f1ffa49 commit 60db73f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/webfiori/tests/error/TraceEntryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class TraceEntryTest extends TestCase {
*/
public function test00() {
$entry = new TraceEntry([]);
$this->assertEquals('At class X line X', $entry.'');
$this->assertEquals('NO CLASS', $entry.'');
$this->assertTrue(true);
}
/**
Expand Down

0 comments on commit 60db73f

Please sign in to comment.