class PhpDocStorageTest extends TestCase (View source)

Methods

void
setUp()

No description

void
tearDown()

No description

void
testStoreAndRetrievePhpDoc()

No description

void
testHasPhpDoc()

No description

void
testNullPhpDocRemovesEntry()

No description

void
testEmptyPhpDocRemovesEntry()

No description

void
testGetAllPhpDocs()

No description

void
testClear()

No description

void
testLoadNonExistentFile()

No description

void
testEveryPhpDocRepositoryAgreesOnBlankDocSemantics(callable $makeRepository)

The in-memory double stands in for this class in serializer tests, so its blank-doc semantics must match. Run the same script against both: a fake that stored '' where the real writer removes the id would let a serializer bug pass its unit test and fail only in a cache rebuild.

static array
phpDocRepositories()

No description

Details

protected void setUp()

No description

Return Value

void

protected void tearDown()

No description

Return Value

void

void testStoreAndRetrievePhpDoc()

No description

Return Value

void

void testHasPhpDoc()

No description

Return Value

void

void testNullPhpDocRemovesEntry()

No description

Return Value

void

void testEmptyPhpDocRemovesEntry()

No description

Return Value

void

void testGetAllPhpDocs()

No description

Return Value

void

void testClear()

No description

Return Value

void

void testLoadNonExistentFile()

No description

Return Value

void

void testEveryPhpDocRepositoryAgreesOnBlankDocSemantics(callable $makeRepository)

The in-memory double stands in for this class in serializer tests, so its blank-doc semantics must match. Run the same script against both: a fake that stored '' where the real writer removes the id would let a serializer bug pass its unit test and fail only in a cache rebuild.

Parameters

callable $makeRepository

Return Value

void

static array phpDocRepositories()

No description

Return Value

array