Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
JBZoo
PHPUnit
Helper
PHP 클래스 JBZoo\PHPUnit\Helper
파일 보기
프로젝트 열기: JBZoo/Image
1 사용 예제들
공개 메소드들
메소드
설명
camelCase2Human
(
string
$input
) :
mixed
|
string
getActual
(
$filename
) :
string
getExpected
(
$filename
) :
string
getOrig
(
$filename
) :
string
isFileEq
(
string
$actual
,
string
$expected
)
메소드 상세
camelCase2Human()
공개
정적인
메소드
public
static
camelCase2Human
(
string
$input
) :
mixed
|
string
$input
string
리턴
mixed
|
string
getActual()
공개
정적인
메소드
public
static
getActual
(
$filename
) :
string
$filename
리턴
string
getExpected()
공개
정적인
메소드
public
static
getExpected
(
$filename
) :
string
$filename
리턴
string
getOrig()
공개
정적인
메소드
public
static
getOrig
(
$filename
) :
string
$filename
리턴
string
isFileEq()
공개
정적인
메소드
public
static
isFileEq
(
string
$actual
,
string
$expected
)
$actual
string
$expected
string