PHP 클래스 Parkour\TraverseTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: benjamminf/craft-embedded-assets

공개 메소드들

메소드 설명
testEach ( )
testEvery ( )
testFilter ( )
testFilterUnkeyed ( )
testFind ( )
testFindDefault ( )
testFindKey ( )
testFindKeyDefault ( )
testMap ( )
testMapKeys ( )
testReduce ( )
testReject ( )
testSome ( )

비공개 메소드들

메소드 설명
closure ( array $values, integer $calls = null ) : Closure Returns a closure constrained by the given values.

메소드 상세

testEach() 공개 메소드

public testEach ( )

testEvery() 공개 메소드

public testEvery ( )

testFilter() 공개 메소드

public testFilter ( )

testFilterUnkeyed() 공개 메소드

public testFilterUnkeyed ( )

testFind() 공개 메소드

public testFind ( )

testFindDefault() 공개 메소드

public testFindDefault ( )

testFindKey() 공개 메소드

public testFindKey ( )

testFindKeyDefault() 공개 메소드

public testFindKeyDefault ( )

testMap() 공개 메소드

public testMap ( )

testMapKeys() 공개 메소드

public testMapKeys ( )

testReduce() 공개 메소드

public testReduce ( )

testReject() 공개 메소드

public testReject ( )

testSome() 공개 메소드

public testSome ( )