PHP 클래스 Cascade\Tests\Fixtures

파일 보기 프로젝트 열기: theorchard/monolog-cascade 1 사용 예제들

공개 메소드들

메소드 설명
fixtureDir ( ) : string Return the fixture directory
getInvalidFile ( ) : string Return a path to a non existing file
getJsonConfigFile ( ) : string Return the fixture JSON config file
getPhpArrayConfig ( ) : array Return a config array
getSampleJsonFile ( ) : string Return the fixture sample JSON file
getSampleJsonString ( ) : string Return the fixture sample JSON string
getSamplePhpArray ( ) : array Return a sample array
getSampleString ( ) : string Return a sample string
getSampleYamlFile ( ) : string Return the fixture sample Yaml file
getSampleYamlString ( ) : string Return the fixture sample Yaml string
getYamlConfigFile ( ) : string Return the fixture Yaml config file

메소드 상세

fixtureDir() 공개 정적인 메소드

Return the fixture directory
public static fixtureDir ( ) : string
리턴 string Fixture directory

getInvalidFile() 공개 정적인 메소드

Return a path to a non existing file
public static getInvalidFile ( ) : string
리턴 string Wrong file path

getJsonConfigFile() 공개 정적인 메소드

Return the fixture JSON config file
public static getJsonConfigFile ( ) : string
리턴 string Path to JSON config file

getPhpArrayConfig() 공개 정적인 메소드

Return a config array
public static getPhpArrayConfig ( ) : array
리턴 array Config array

getSampleJsonFile() 공개 정적인 메소드

Return the fixture sample JSON file
public static getSampleJsonFile ( ) : string
리턴 string Path to a sample JSON file

getSampleJsonString() 공개 정적인 메소드

Return the fixture sample JSON string
public static getSampleJsonString ( ) : string
리턴 string Sample JSON string

getSamplePhpArray() 공개 정적인 메소드

Return a sample array
public static getSamplePhpArray ( ) : array
리턴 array Sample array

getSampleString() 공개 정적인 메소드

Return a sample string
public static getSampleString ( ) : string
리턴 string Sample string

getSampleYamlFile() 공개 정적인 메소드

Return the fixture sample Yaml file
public static getSampleYamlFile ( ) : string
리턴 string Path to a sample yaml file

getSampleYamlString() 공개 정적인 메소드

Return the fixture sample Yaml string
public static getSampleYamlString ( ) : string
리턴 string Sample yaml string

getYamlConfigFile() 공개 정적인 메소드

Return the fixture Yaml config file
public static getYamlConfigFile ( ) : string
리턴 string Path to yaml config file