Overview

Namespaces

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

Classes

  • Other
  • Overview
  • Namespace
  • Class
  • Tree

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
Extended by mechanicious\Test\Other
Namespace: mechanicious\Test
Located at mechanicious/Test/Other.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
# testColumnizerIdentifyColumns( )

This method is not in the Columnizer's public API. If you wanna test it make it temporarily public.

This method is not in the Columnizer's public API. If you wanna test it make it temporarily public.

public
# testColumnizerColumnizeItems( )
public
# testColumnizeSymmetrize( )

For this test you need to have $items and symmetrize() set to public.

For this test you need to have $items and symmetrize() set to public.

public
# testTablemanRenameColumns( )
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