Class Other
Little testing I run for myself, that isn't necessary a part of the public API. Best way to run this tests is to use separate files with everything set to public.
- PHPUnit_Framework_TestCase
-
mechanicious\Test\Other
public
string
|
|
public
|
#
testColumnizerIdentifyColumns( )
This method is not in the Columnizer's public API. If you wanna test it make it temporarily public. |
public
|
|
public
|
|
public
|
protected
array
|
$mockData | array(
array(
'id' => 1,
'name' => 'Joe',
'age' => 25
),
array(
'id' => 2,
'name' => 'Tony',
'age' => 27,
'hobby' => 'sport',
),
) |
#
Data to play with |