mirror of
https://github.com/e107inc/e107.git
synced 2025-08-22 06:03:27 +02:00
Fixed use of deprecated test method in e_mediaTest
This commit is contained in:
@@ -284,6 +284,6 @@
|
||||
public function testGetPath()
|
||||
{
|
||||
$result = $this->md->getPath('image/jpeg');
|
||||
$this->assertContains(e_MEDIA.'images/', $result);
|
||||
$this->assertStringContainsString(e_MEDIA.'images/', $result);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user