PHP Класс BaseCase, prado

Наследование: extends Illuminate\Foundation\Testing\TestCase
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$ScriptDirectory
$connection
$sqlmap

Открытые методы

Метод Описание
AssertOrder1AsHashArray ( $order )
__construct ( )
__destruct ( )
assertAccount1AsHashArray ( $account )
getConnection ( )
hasSupportFor ( $feature )
testCase1 ( )
testCase2 ( )

Защищенные методы

Метод Описание
NewAccount6 ( ) Create a new account with id = 6
assertAccount1 ( Account $account ) Verify that the input account is equal to the account(id=1).
assertAccount6 ( Account $account ) Verify that the input account is equal to the account(id=6).
assertOrder1 ( Order $order ) Verify that the input order is equal to the order(id=1).
initScript ( $script ) Run a sql batch for the datasource.
initSqlMap ( ) Initialize an sqlMap

Описание методов

AssertOrder1AsHashArray() публичный Метод

public AssertOrder1AsHashArray ( $order )

NewAccount6() защищенный Метод

Create a new account with id = 6
protected NewAccount6 ( )

__construct() публичный Метод

public __construct ( )

__destruct() публичный Метод

public __destruct ( )

assertAccount1() защищенный Метод

Verify that the input account is equal to the account(id=1).
protected assertAccount1 ( Account $account )
$account Account

assertAccount1AsHashArray() публичный Метод

public assertAccount1AsHashArray ( $account )

assertAccount6() защищенный Метод

Verify that the input account is equal to the account(id=6).
protected assertAccount6 ( Account $account )
$account Account

assertOrder1() защищенный Метод

Verify that the input order is equal to the order(id=1).
protected assertOrder1 ( Order $order )
$order Order

getConnection() публичный Метод

public getConnection ( )

hasSupportFor() публичный Метод

public hasSupportFor ( $feature )

initScript() защищенный Метод

Run a sql batch for the datasource.
protected initScript ( $script )

initSqlMap() защищенный Метод

Initialize an sqlMap
protected initSqlMap ( )

testCase1() публичный Метод

public testCase1 ( )

testCase2() публичный Метод

public testCase2 ( )

Описание свойств

$ScriptDirectory защищенное свойство

protected $ScriptDirectory

$connection защищенное свойство

protected $connection

$sqlmap защищенное свойство

protected $sqlmap