Gc\Media\ImageTest::testSaveInBmp PHP Method

testSaveInBmp() public method

Test
public testSaveInBmp ( ) : void
return void
    public function testSaveInBmp()
    {
        $savingPath = $this->directory . 'saving-test.bmp';
        $this->object->open($this->directory . 'test.png');
        $this->object->resize(50, 50);
        $this->assertFalse($this->object->save($savingPath));
    }