PHP Class Cake\Upgrade\Test\TestCase\Shell\Task\RenameClassesTaskTest

Inheritance: extends Cake\TestSuite\TestCase
Show file Open project: cakephp/upgrade

Public Properties

Property Type Description
$sut mixed Task instance

Public Methods

Method Description
setUp ( ) : void setUp
testRenameClasses ( ) : void Testing the rename of string class
testRenameStringClass ( ) : void Testing the rename of string class

Method Details

setUp() public method

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

testRenameClasses() public method

Testing the rename of string class
public testRenameClasses ( ) : void
return void

testRenameStringClass() public method

Testing the rename of string class
public testRenameStringClass ( ) : void
return void

Property Details

$sut public property

Task instance
public mixed $sut
return mixed