You are here

public function TestIterator2::__construct in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/phpunit/phpunit/tests/_files/TestIterator2.php \TestIterator2::__construct()

File

vendor/phpunit/phpunit/tests/_files/TestIterator2.php, line 6

Class

TestIterator2

Code

public function __construct(array $array) {
  $this->data = $array;
}