PHP Class Cake\Upgrade\Shell\Task\FixturesTask

Inheritance: extends BaseTask, use trait ChangeTrait
Show file Open project: cakephp/upgrade

Public Properties

Property Type Description
$tasks

Protected Methods

Method Description
_process ( $path ) : boolean Process fixture content and update it for 3.x
_shouldProcess ( string $path ) : boolean _shouldProcess

Method Details

_process() protected method

Process fixture content and update it for 3.x
protected _process ( $path ) : boolean
return boolean

_shouldProcess() protected method

Only process files in fixture folders
protected _shouldProcess ( string $path ) : boolean
$path string
return boolean

Property Details

$tasks public property

public $tasks