#886 - TEST: fix user ID for assertFile*()

Prevent the following code from being in error as soon as a user is added to the fixtures:

$this->assertFileExists("files/Users/photo/5/avatar/" . $this->correctFile["name"]);

Fixed #886 (closed)

Merge request reports

Loading