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