PHP Class Pinq\Tests\Integration\Traversable\UnsupportedTest

Inheritance: extends TraversableTest
Datei anzeigen Open project: timetoogo/pinq

Public Methods

Method Description
testThatSetIndexThrowsAndException ( Pinq\ITraversable $traversable, array $data )
testThatUnsetIndexThrowsAndException ( Pinq\ITraversable $traversable, array $data )

Method Details

testThatSetIndexThrowsAndException() public method

public testThatSetIndexThrowsAndException ( Pinq\ITraversable $traversable, array $data )
$traversable Pinq\ITraversable
$data array

testThatUnsetIndexThrowsAndException() public method

public testThatUnsetIndexThrowsAndException ( Pinq\ITraversable $traversable, array $data )
$traversable Pinq\ITraversable
$data array