function ImageTest::testGetToolkitId
Tests \Drupal\Core\Image\Image::getToolkitId().
File
- 
              core/
tests/ Drupal/ Tests/ Core/ Image/ ImageTest.php, line 201  
Class
- ImageTest
 - Tests the image class.
 
Namespace
Drupal\Tests\Core\ImageCode
public function testGetToolkitId() {
  $this->getTestImage(FALSE);
  $this->assertEquals('gd', $this->image
    ->getToolkitId());
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.