mirror of
https://github.com/e107inc/e107.git
synced 2025-08-21 21:57:34 +02:00
Fixed use of deprecated test method in e_mediaTest
This commit is contained in:
@@ -284,6 +284,6 @@
|
|||||||
public function testGetPath()
|
public function testGetPath()
|
||||||
{
|
{
|
||||||
$result = $this->md->getPath('image/jpeg');
|
$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