PHP 클래스 CloudConvert\tests\ProcessTest

저자: Josias Montag ([email protected])
상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: cloudconvert/cloudconvert-php

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
setUp ( ) Define id to create object

메소드 상세

setUp() 보호된 메소드

Define id to create object
protected setUp ( )

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