1--TEST--
2SPL: Spl File Info test getGroup
3--CREDITS--
4Cesare D'Amico <cesare.damico@gruppovolta.it>
5Andrea Giorgini <agiorg@gmail.com>
6Filippo De Santis <fd@ideato.it>
7Daniel Londero <daniel.londero@gmail.com>
8Francesco Trucchia <ft@ideato.it>
9Jacopo Romei <jacopo@sviluppoagile.it>
10#Test Fest Cesena (Italy) on 2009-06-20
11--FILE--
12<?php
13
14//file
15$fileInfo = new SplFileInfo('not_existing');
16var_dump($fileInfo->getGroup());
17?>
18--EXPECTF--
19Fatal error: Uncaught RuntimeException: SplFileInfo::getGroup(): stat failed for not_existing in %s
20Stack trace:
21#0 %s: SplFileInfo->getGroup()
22#1 {main}
23  thrown in %s on line %d
24