function ToolkitTest::testSave
Same name in other branches
- 9 core/tests/Drupal/KernelTests/Core/Image/ToolkitTest.php \Drupal\KernelTests\Core\Image\ToolkitTest::testSave()
- 10 core/tests/Drupal/KernelTests/Core/Image/ToolkitTest.php \Drupal\KernelTests\Core\Image\ToolkitTest::testSave()
- 11.x core/tests/Drupal/KernelTests/Core/Image/ToolkitTest.php \Drupal\KernelTests\Core\Image\ToolkitTest::testSave()
Test the image_save() function.
File
-
core/
tests/ Drupal/ FunctionalTests/ Image/ ToolkitTest.php, line 43
Class
- ToolkitTest
- Tests image toolkit functions.
Namespace
Drupal\FunctionalTests\ImageCode
public function testSave() {
$this->assertFalse($this->image
->save(), 'Function returned the expected value.');
$this->assertToolkitOperationsCalled([
'save',
]);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.