ClassesTest
extends MockeryTestCase
-
coversNothing
-
Table of Contents
-
FILE_LUIGI_PIZZA
= __DIR__ . '/data/Luigi/Pizza.php'
-
FILE_PIZZA
= __DIR__ . '/data/Pizza.php'
-
$fixture
: ProjectFactory
-
$project
: Project
-
testItHasAllConstants()
: void
-
testTypedPropertiesReturnTheirType()
: void
-
testUsedTraitsAreIncludedInClass()
: void
-
testWithInterface()
: void
-
testWithNamespacedClass()
: void
-
testWithTrait()
: void
-
testWithUsedParent()
: void
-
setUp()
: void
-
fetchClassFromFile()
: mixed
FILE_LUIGI_PIZZA
public
mixed
FILE_LUIGI_PIZZA
= __DIR__ . '/data/Luigi/Pizza.php'
FILE_PIZZA
public
mixed
FILE_PIZZA
= __DIR__ . '/data/Pizza.php'
testItHasAllConstants()
public
testItHasAllConstants() : void
Return values
void
—
testTypedPropertiesReturnTheirType()
public
testTypedPropertiesReturnTheirType() : void
Return values
void
—
testUsedTraitsAreIncludedInClass()
public
testUsedTraitsAreIncludedInClass() : void
Return values
void
—
testWithInterface()
public
testWithInterface() : void
Return values
void
—
testWithNamespacedClass()
public
testWithNamespacedClass() : void
Return values
void
—
testWithTrait()
public
testWithTrait() : void
Return values
void
—
testWithUsedParent()
public
testWithUsedParent() : void
Return values
void
—
setUp()
protected
setUp() : void
Return values
void
—
fetchClassFromFile()
private
fetchClassFromFile(string $className, File $file) : mixed
Parameters
-
$className
: string
-
-
$file
: File
-
Return values
mixed
—