Skip to content

FileMock, creating more than one file #177

@FlTr

Description

@FlTr

Want to create more than one file, in more or less the same time:

$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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions