public function TestIterator::__construct in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/phpunit/phpunit/tests/_files/TestIterator.php \TestIterator::__construct()
File
- vendor/
phpunit/ phpunit/ tests/ _files/ TestIterator.php, line 7
Class
Code
public function __construct($array = array()) {
$this->array = $array;
}