Overview

Namespaces

  • mechanicious
    • Columnizer
    • Extensions
      • Bs3Table
    • Support
    • Tableman
    • TablemanExtension
    • Test
      • Tableman
  • PHP

Classes

  • Tableman
  • TablemanCollection
  • Overview
  • Namespace
  • Class
  • Tree

Class TablemanCollection

PHPUnit_Framework_TestCase
Extended by mechanicious\Test\Tableman\TablemanCollection
Namespace: mechanicious\Test\Tableman
Located at mechanicious/Test/Tableman/TablemanCollection.php
Methods summary
public string
# cleanWhiteSpace( string $string, mixed $replace = "" )

Useful with formatted string comparison

Useful with formatted string comparison

Parameters

$string
string
$string
$replace

Returns

string
public
# testMake( )
public
# testAll( )
public
# testCollapse( )
public
# testDiff( )
public
# testEach( )
public
# testFetch( )
public
# testFilter( )
public
# testFirst( )
public
# testFlatten( )
public
# testForget( )
public
# testGet( )
public
# testGroupBy( )
public
# testHas( )
public
# testImplode( )
Properties summary
protected array $mockData array( array( 'id' => 1, 'name' => 'Joe', 'age' => 25 ), array( 'id' => 2, 'name' => 'Tony', 'age' => 27, 'hobby' => 'sport', ), )
#

Data to play with

Data to play with

API documentation generated by ApiGen 2.8.0