PHP Class Elgg\EntityPreloaderTest

Inheritance: extends TestCase
Datei anzeigen Open project: elgg/elgg

Public Properties

Property Type Description
$mock PHPUnit_Framework_MockObject_MockObject
$obj EntityPreloader

Public Methods

Method Description
setup ( )
testAcceptsOnlyArraysOfObjects ( )
testOnlyLoadsIfMoreThanOne ( )
testOnlyLoadsIfNotCached ( )
testQuietlyIgnoresMissingProperty ( )

Method Details

setup() public method

public setup ( )

testAcceptsOnlyArraysOfObjects() public method

testOnlyLoadsIfMoreThanOne() public method

testOnlyLoadsIfNotCached() public method

testQuietlyIgnoresMissingProperty() public method

Property Details

$mock public_oe property

public PHPUnit_Framework_MockObject_MockObject $mock
return PHPUnit_Framework_MockObject_MockObject

$obj public_oe property

public EntityPreloader,elgg $obj
return EntityPreloader