We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cd8c70 commit 803d75fCopy full SHA for 803d75f
tests/test-image-import.php
@@ -31,7 +31,7 @@ public function test_image_import_url() {
31
32
// Check that error was logged for invalid URL
33
$logger = Feedzy_Rss_Feeds_Log::get_instance();
34
- $recent_logs = $logger->get_recent_logs( 5, 'ERROR' );
+ $recent_logs = $logger->get_recent_logs( 5, 'error' );
35
$this->assertNotEmpty( $recent_logs );
36
37
// Find the error log for invalid image URL
0 commit comments