PHP Class Amranidev\ScaffoldInterface\Tests\BehavioralTest

Inheritance: extends TestCase
Datei anzeigen Open project: amranidev/scaffold-interface

Public Properties

Property Type Description
$datasystem Datasystem
$generator Generator
$indenter Indenter
$path Paths
$request Request
$scaffold Scaffold Object

Public Methods

Method Description
__construct ( ) SetUp
testControllerGenerate ( ) test Controller Generate
testDataSystem ( ) Test DataSystem
testMigrationGenerate ( ) test Migration Generate
testModelGenerate ( ) Test Model Generate
testParser ( ) Test testNamesGenerate
testPaths ( ) Test Paths
testRouteGenerate ( ) test Route Generate
testViewsGenerate ( ) test views

Method Details

__construct() public method

SetUp
public __construct ( )

testControllerGenerate() public method

test Controller Generate

testDataSystem() public method

Test DataSystem
public testDataSystem ( )

testMigrationGenerate() public method

test Migration Generate

testModelGenerate() public method

Test Model Generate
public testModelGenerate ( )

testParser() public method

Test testNamesGenerate
public testParser ( )

testPaths() public method

Test Paths
public testPaths ( )

testRouteGenerate() public method

test Route Generate
public testRouteGenerate ( )

testViewsGenerate() public method

test views
public testViewsGenerate ( )

Property Details

$datasystem public_oe property

Datasystem
public $datasystem

$generator public_oe property

Generator
public $generator

$indenter public_oe property

Indenter
public $indenter

$path public_oe property

Paths
public $path

$request public_oe property

Request
public $request

$scaffold public_oe property

Scaffold Object
public $scaffold