PHP Class Cake\Upgrade\Test\TestCase\Shell\UpgradeShellTest

Inheritance: extends Cake\TestSuite\TestCase
Datei anzeigen Open project: cakephp/upgrade

Public Properties

Property Type Description
$sut mixed Upgrade shell instance

Public Methods

Method Description
setUp ( ) : void setUp
testFiles ( ) : void Basic test to simulate running on this repo

Method Details

setUp() public method

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

testFiles() public method

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

Property Details

$sut public_oe property

Upgrade shell instance
public mixed $sut
return mixed