PHP Class CloudConvert\tests\ProcessTest

Author: Josias Montag ([email protected])
Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: cloudconvert/cloudconvert-php

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
setUp ( ) Define id to create object

Method Details

setUp() protected méthode

Define id to create object
protected setUp ( )

testIfConvertShortcutWorks() public méthode

Test if the convert shortcut works

testIfDownloadOfMultipleOutputFileWorks() public méthode

Test if download of multiple output file works

testIfDownloadOfOutputFileWorks() public méthode

Test if download of output file works

testIfMultipleConvertShortcutWorks() public méthode

Test if multiple convert shortcut works

testIfProcessWithInputDownloadWorks() public méthode

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

testIfProcessWithUploadAndCustomOptionsWorks() public méthode

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

testIfProcessWithUploadWorks() public méthode

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