diff options
Diffstat (limited to 'tests/app/Exceptions')
| -rw-r--r-- | tests/app/Exceptions/FileUploadExceptionTest.php | 2 | ||||
| -rw-r--r-- | tests/app/Exceptions/GedcomErrorExceptionTest.php | 2 | ||||
| -rw-r--r-- | tests/app/Exceptions/InvalidGedcomEncodingExceptionTest.php | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/app/Exceptions/FileUploadExceptionTest.php b/tests/app/Exceptions/FileUploadExceptionTest.php index 73b24bd695..bc605e7dd0 100644 --- a/tests/app/Exceptions/FileUploadExceptionTest.php +++ b/tests/app/Exceptions/FileUploadExceptionTest.php @@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase; /** * Test harness for the class FileUploadException * - * @covers Fisharebest\Webtrees\Exceptions\FileUploadException + * @covers \Fisharebest\Webtrees\Exceptions\FileUploadException */ class FileUploadExceptionTest extends TestCase { diff --git a/tests/app/Exceptions/GedcomErrorExceptionTest.php b/tests/app/Exceptions/GedcomErrorExceptionTest.php index 6f91f6da85..9077fbf548 100644 --- a/tests/app/Exceptions/GedcomErrorExceptionTest.php +++ b/tests/app/Exceptions/GedcomErrorExceptionTest.php @@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase; /** * Test harness for the class GedcomErrorException * - * @covers Fisharebest\Webtrees\Exceptions\GedcomErrorException + * @covers \Fisharebest\Webtrees\Exceptions\GedcomErrorException */ class GedcomErrorExceptionTest extends TestCase { diff --git a/tests/app/Exceptions/InvalidGedcomEncodingExceptionTest.php b/tests/app/Exceptions/InvalidGedcomEncodingExceptionTest.php index 2afa072d44..1b6b5772d1 100644 --- a/tests/app/Exceptions/InvalidGedcomEncodingExceptionTest.php +++ b/tests/app/Exceptions/InvalidGedcomEncodingExceptionTest.php @@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase; /** * Test harness for the class InvalidGedcomEncodingException * - * @covers Fisharebest\Webtrees\Exceptions\InvalidGedcomEncodingException + * @covers \Fisharebest\Webtrees\Exceptions\InvalidGedcomEncodingException */ class InvalidGedcomEncodingExceptionTest extends TestCase { |
