1
0
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:
Cameron
2020-12-06 11:33:09 -08:00
parent d564c5399c
commit b4596dda47
13 changed files with 57 additions and 3135 deletions

View File

@@ -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()