Code
: string
in package
Table of Contents
Cases
- FirstParty = 'first-party code'
- PHP = 'PHP runtime'
- PHPUnit = 'PHPUnit'
- Test = 'test code'
- ThirdParty = 'third-party code'
Methods
- isFirstPartyOrTest() : bool
- isThirdPartyOrPhpunitOrPhp() : bool
Cases
FirstParty
ThirdParty
Test
PHP
PHPUnit
Methods
isFirstPartyOrTest()
public
isFirstPartyOrTest() : bool
Return values
boolisThirdPartyOrPhpunitOrPhp()
public
isThirdPartyOrPhpunitOrPhp() : bool