Typo in a test: '+' instead of '.' to concatenate strings
authorSeb35 <seb35wikipedia@gmail.com>
Sat, 3 Sep 2016 14:29:13 +0000 (16:29 +0200)
committerSeb35 <seb35wikipedia@gmail.com>
Sat, 3 Sep 2016 14:29:13 +0000 (16:29 +0200)
commit0bd95a94cf6ea2793eb73753b8fa1f89d5c95ed8
treed386acdbf781233f69583b0210638faf90674b55
parentcc5bacdeece1d94dc371ecf2a8052debc375a38c
Typo in a test: '+' instead of '.' to concatenate strings

I found it by executing tests with PHP 7.1.0RC1, but even
if PHP 7.1.0 is still a RC, this is a typo in PHP language.

Change-Id: Ia97f881f8c80a23c51512189d9ca5a012612c532
tests/phpunit/includes/filerepo/file/FileTest.php