You are here

public function TestvfsStreamAbstractContent::size in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamAbstractContentTestCase.php \org\bovigo\vfs\TestvfsStreamAbstractContent::size()

returns size of content

Return value

int

Overrides vfsStreamContent::size

File

vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamAbstractContentTestCase.php, line 32

Class

TestvfsStreamAbstractContent
Helper class for the test.

Namespace

org\bovigo\vfs

Code

public function size() {
  return 0;
}