Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../httpdocs/clone/wp-conte.../plugins/accelera.../tests
File: test-plugin.php
<?php
[0] Fix | Delete
// Exit if accessed directly
[1] Fix | Delete
if ( ! defined( 'ABSPATH' ) ) {
[2] Fix | Delete
exit;
[3] Fix | Delete
}
[4] Fix | Delete
class PluginTest extends WP_UnitTestCase {
[5] Fix | Delete
// Check that that activation doesn't break
[6] Fix | Delete
function test_plugin_activated() {
[7] Fix | Delete
$this->assertTrue( is_plugin_active( PLUGIN_PATH ) );
[8] Fix | Delete
}
[9] Fix | Delete
}
[10] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function