PHP Class Amranidev\ScaffoldInterface\Tests\BehavioralTest

Inheritance: extends TestCase
Afficher le fichier Open project: amranidev/scaffold-interface

Méthodes publiques

Свойство Type Description
$datasystem Datasystem
$generator Generator
$indenter Indenter
$path Paths
$request Request
$scaffold Scaffold Object

Méthodes publiques

Méthode 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 méthode

SetUp
public __construct ( )

testControllerGenerate() public méthode

test Controller Generate

testDataSystem() public méthode

Test DataSystem
public testDataSystem ( )

testMigrationGenerate() public méthode

test Migration Generate

testModelGenerate() public méthode

Test Model Generate
public testModelGenerate ( )

testParser() public méthode

Test testNamesGenerate
public testParser ( )

testPaths() public méthode

Test Paths
public testPaths ( )

testRouteGenerate() public méthode

test Route Generate
public testRouteGenerate ( )

testViewsGenerate() public méthode

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