mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 01:25:01 +02:00
Old PHPThumb class removed. (Replaced by Intervention)
This commit is contained in:
@@ -285,15 +285,7 @@ class e107Test extends \Codeception\Test\Unit
|
||||
}*/
|
||||
|
||||
|
||||
public function testGetThumb()
|
||||
{
|
||||
$tmp = e107::getThumb(e_PLUGIN."gallery/images/horse.jpg");
|
||||
|
||||
$className = get_class($tmp);
|
||||
|
||||
$this->assertEquals('GdThumb', $className);
|
||||
|
||||
}
|
||||
|
||||
|
||||
public function testGetUserSession()
|
||||
|
Reference in New Issue
Block a user