Skip to content

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

Fabrice Gangler requested to merge 886_fix_test into develop

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