PHP 클래스 Cake\Upgrade\Test\TestCase\Shell\UpgradeShellTest

상속: extends Cake\TestSuite\TestCase
파일 보기 프로젝트 열기: cakephp/upgrade

공개 프로퍼티들

프로퍼티 타입 설명
$sut mixed Upgrade shell instance

공개 메소드들

메소드 설명
setUp ( ) : void setUp
testFiles ( ) : void Basic test to simulate running on this repo

메소드 상세

setUp() 공개 메소드

Create a mock for all tests to use
public setUp ( ) : void
리턴 void

testFiles() 공개 메소드

Should return all files in the src directory of this repo
public testFiles ( ) : void
리턴 void

프로퍼티 상세

$sut 공개적으로 프로퍼티

Upgrade shell instance
public mixed $sut
리턴 mixed