mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
php logger test fixed
This commit is contained in:
@@ -165,8 +165,6 @@ class LoggerTest extends TestCase
|
||||
$this->assertEquals($log->name, $response->content->name);
|
||||
$this->assertEquals(true, is_object($response->content));
|
||||
$this->assertEquals("error", $response->type);
|
||||
$this->assertIsArray($response->tags);
|
||||
$this->assertEquals([], $response->tags);
|
||||
}
|
||||
public function test_valid_object_content_of_type_warning_with_four_tags_is_logged()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user