PHP Class CloudConvert\tests\ProcessTest

Author: Josias Montag ([email protected])
Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: cloudconvert/cloudconvert-php

Public Methods

Method Description
testIfConvertShortcutWorks ( ) Test if the convert shortcut works
testIfDownloadOfMultipleOutputFileWorks ( ) Test if download of multiple output file works
testIfDownloadOfOutputFileWorks ( ) Test if download of output file works
testIfMultipleConvertShortcutWorks ( ) Test if multiple convert shortcut works
testIfProcessWithInputDownloadWorks ( ) Test if process with downloading an input file from an URL works
testIfProcessWithUploadAndCustomOptionsWorks ( ) Test if process with uploading an input file (input.png) and custom options (quality) works
testIfProcessWithUploadWorks ( ) Test if process with uploading an input file (input.png) works

Protected Methods

Method Description
setUp ( ) Define id to create object

Method Details

setUp() protected method

Define id to create object
protected setUp ( )

testIfConvertShortcutWorks() public method

Test if the convert shortcut works

testIfDownloadOfMultipleOutputFileWorks() public method

Test if download of multiple output file works

testIfDownloadOfOutputFileWorks() public method

Test if download of output file works

testIfMultipleConvertShortcutWorks() public method

Test if multiple convert shortcut works

testIfProcessWithInputDownloadWorks() public method

Test if process with downloading an input file from an URL works

testIfProcessWithUploadAndCustomOptionsWorks() public method

Test if process with uploading an input file (input.png) and custom options (quality) works

testIfProcessWithUploadWorks() public method

Test if process with uploading an input file (input.png) works