function __construct($directory) { parent::__construct($testName); print "In Noark5Test constructor " . PHP_EOL; $this->directory = $directory; }