PHP 클래스 Pinq\Tests\Integration\Traversable\UnsupportedTest

상속: extends TraversableTest
파일 보기 프로젝트 열기: timetoogo/pinq

공개 메소드들

메소드 설명
testThatSetIndexThrowsAndException ( Pinq\ITraversable $traversable, array $data )
testThatUnsetIndexThrowsAndException ( Pinq\ITraversable $traversable, array $data )

메소드 상세

testThatSetIndexThrowsAndException() 공개 메소드

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

testThatUnsetIndexThrowsAndException() 공개 메소드

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