Test class for Amfphp_Core_FilterManager.

package Tests_Amfphp_Core
author Ariel Sommeria-klein

 Methods

note: this function must be public to be called.

double(\number $valueToDouble) : \number

This is called by filter

Parameters

$valueToDouble

\number

Returns

\number

note: this function must be public to be called.

push1(array $testArray) 

This is called by filter

Parameters

$testArray

array

note: this function must be public to be called.

push2(array $testArray) 

This is called by filter

Parameters

$testArray

array

note: this function must be public to be called.

push3(array $testArray) 

This is called by filter

Parameters

$testArray

array

test filter

testFilter() 

at the end of the test $testArray should contain 3, 1, 1, 2

testPriorities()