You are here

public function FileHelperTest::testUpdateSize in SVG Upload Sanitizer 8

File

tests/src/Unit/Helper/FileHelperTest.php, line 91

Class

FileHelperTest
Unit test class for the FileHelper class.

Namespace

Drupal\Tests\svg_upload_sanitizer\Unit\Helper

Code

public function testUpdateSize() {
  list($file) = $this
    ->prepareUpdateSize(TRUE, TRUE, TRUE);
  $this
    ->assertTrue($this->fileHelper
    ->updateSize($file));
}