Want to create more than one file, in more or less the same time: ``` php $a = FileMock::create( 'a' ); $b = FileMock::create( 'b' ); ``` The filename will be the same, just one file is generated. Think problem is calling uniqid() without more entropy.