PHP Class BelongsToThroughTest

Inheritance: extends Orchestra\Testbench\TestCase
Datei anzeigen Open project: znck/belongs-to-through

Public Methods

Method Description
test_custom_foreign_key ( )
test_custom_foreign_key_through_two ( )
test_eager_loading ( )
test_has_relation ( )
test_null_relation ( )
test_prefixed_foreign_key ( )
test_through_one ( )
test_through_two ( )

Protected Methods

Method Description
getEnvironmentSetUp ( Illuminate\Foundation\Application $app ) Define environment setup.

Method Details

getEnvironmentSetUp() protected method

Define environment setup.
protected getEnvironmentSetUp ( Illuminate\Foundation\Application $app )
$app Illuminate\Foundation\Application

test_custom_foreign_key() public method

test_custom_foreign_key_through_two() public method

test_eager_loading() public method

public test_eager_loading ( )

test_has_relation() public method

public test_has_relation ( )

test_null_relation() public method

public test_null_relation ( )

test_prefixed_foreign_key() public method

test_through_one() public method

public test_through_one ( )

test_through_two() public method

public test_through_two ( )