PHP Class Lazer\Classes\DatabaseTest

Inheritance: extends PHPUnit_Framework_TestCase, use trait vfsHelper\Config
Afficher le fichier Open project: greg0/lazer-database

Protected Properties

Свойство Type Description
$object Database

Méthodes publiques

Méthode Description
testAddFields ( )
testAsArray ( $table ) Lazer\Classes\Database::asArray
testCreateExistingTable ( )
testCreateTable ( )
testDelete ( )
testDeleteFields ( )
testFind ( $table )
testFindAll ( $table )
testGet ( )
testGroupBy ( )
testIsCountable ( $table ) Lazer\Classes\Database::count
testIsset ( )
testLimit ( $table )
testOrderBy ( )
testRemoveExistingTable ( )
testRemoveNotExistingTable ( )
testSave ( )
testTableExists ( )
testTableNotExists ( )
testUpdate ( )
testWhere ( )

Méthodes protégées

Méthode Description
setUp ( ) Sets up the fixture, for example, opens a network connection.

Method Details

setUp() protected méthode

This method is called before a test is executed.
protected setUp ( )

testAddFields() public méthode

public testAddFields ( )

testAsArray() public méthode

Lazer\Classes\Database::asArray
public testAsArray ( $table )

testCreateExistingTable() public méthode

testCreateTable() public méthode

public testCreateTable ( )

testDelete() public méthode

public testDelete ( )

testDeleteFields() public méthode

public testDeleteFields ( )

testFind() public méthode

public testFind ( $table )

testFindAll() public méthode

public testFindAll ( $table )

testGet() public méthode

public testGet ( )

testGroupBy() public méthode

public testGroupBy ( )

testIsCountable() public méthode

Lazer\Classes\Database::count
public testIsCountable ( $table )

testIsset() public méthode

public testIsset ( )

testLimit() public méthode

public testLimit ( $table )

testOrderBy() public méthode

public testOrderBy ( )

testRemoveExistingTable() public méthode

testRemoveNotExistingTable() public méthode

testSave() public méthode

public testSave ( )

testTableExists() public méthode

public testTableExists ( )

testTableNotExists() public méthode

public testTableNotExists ( )

testUpdate() public méthode

public testUpdate ( )

testWhere() public méthode

public testWhere ( )

Property Details

$object protected_oe property

protected Database $object
Résultat Database