summaryrefslogtreecommitdiff
path: root/tests/app/Report
diff options
context:
space:
mode:
Diffstat (limited to 'tests/app/Report')
-rw-r--r--tests/app/Report/HtmlRendererTest.php2
-rw-r--r--tests/app/Report/PdfRendererTest.php2
-rw-r--r--tests/app/Report/ReportBaseCellTest.php2
-rw-r--r--tests/app/Report/ReportBaseElementTest.php2
-rw-r--r--tests/app/Report/ReportBaseFootnoteTest.php2
-rw-r--r--tests/app/Report/ReportBaseImageTest.php2
-rw-r--r--tests/app/Report/ReportBaseLineTest.php2
-rw-r--r--tests/app/Report/ReportBaseTextTest.php2
-rw-r--r--tests/app/Report/ReportBaseTextboxTest.php2
-rw-r--r--tests/app/Report/ReportExpressionLanguageProviderTest.php2
-rw-r--r--tests/app/Report/ReportHtmlCellTest.php2
-rw-r--r--tests/app/Report/ReportHtmlFootnoteTest.php2
-rw-r--r--tests/app/Report/ReportHtmlImageTest.php2
-rw-r--r--tests/app/Report/ReportHtmlLineTest.php2
-rw-r--r--tests/app/Report/ReportHtmlTextTest.php2
-rw-r--r--tests/app/Report/ReportHtmlTextboxTest.php2
-rw-r--r--tests/app/Report/ReportParserBaseTest.php2
-rw-r--r--tests/app/Report/ReportParserGenerateTest.php2
-rw-r--r--tests/app/Report/ReportParserSetupTest.php2
-rw-r--r--tests/app/Report/ReportPdfCellTest.php2
-rw-r--r--tests/app/Report/ReportPdfFootnoteTest.php2
-rw-r--r--tests/app/Report/ReportPdfImageTest.php2
-rw-r--r--tests/app/Report/ReportPdfLineTest.php2
-rw-r--r--tests/app/Report/ReportPdfTextBoxTest.php2
-rw-r--r--tests/app/Report/ReportPdfTextTest.php2
-rw-r--r--tests/app/Report/RightToLeftSupportTest.php2
-rw-r--r--tests/app/Report/TcpdfWrapperTest.php2
27 files changed, 27 insertions, 27 deletions
diff --git a/tests/app/Report/HtmlRendererTest.php b/tests/app/Report/HtmlRendererTest.php
index be4ccdd8b2..6597fedf9f 100644
--- a/tests/app/Report/HtmlRendererTest.php
+++ b/tests/app/Report/HtmlRendererTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class HtmlRenderer
*
- * @covers Fisharebest\Webtrees\Report\HtmlRenderer
+ * @covers \Fisharebest\Webtrees\Report\HtmlRenderer
*/
class HtmlRendererTest extends TestCase
{
diff --git a/tests/app/Report/PdfRendererTest.php b/tests/app/Report/PdfRendererTest.php
index c364289e85..494629472f 100644
--- a/tests/app/Report/PdfRendererTest.php
+++ b/tests/app/Report/PdfRendererTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class PdfRenderer
*
- * @covers Fisharebest\Webtrees\Report\PdfRenderer
+ * @covers \Fisharebest\Webtrees\Report\PdfRenderer
*/
class PdfRendererTest extends TestCase
{
diff --git a/tests/app/Report/ReportBaseCellTest.php b/tests/app/Report/ReportBaseCellTest.php
index 789bc9374b..d6ea749917 100644
--- a/tests/app/Report/ReportBaseCellTest.php
+++ b/tests/app/Report/ReportBaseCellTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class ReportBaseCell
*
- * @covers Fisharebest\Webtrees\Report\ReportBaseCell
+ * @covers \Fisharebest\Webtrees\Report\ReportBaseCell
*/
class ReportBaseCellTest extends TestCase
{
diff --git a/tests/app/Report/ReportBaseElementTest.php b/tests/app/Report/ReportBaseElementTest.php
index 5980d00aec..71674fb334 100644
--- a/tests/app/Report/ReportBaseElementTest.php
+++ b/tests/app/Report/ReportBaseElementTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class ReportBaseElement
*
- * @covers Fisharebest\Webtrees\Report\ReportBaseElement
+ * @covers \Fisharebest\Webtrees\Report\ReportBaseElement
*/
class ReportBaseElementTest extends TestCase
{
diff --git a/tests/app/Report/ReportBaseFootnoteTest.php b/tests/app/Report/ReportBaseFootnoteTest.php
index 26f9d514d4..cd150ee302 100644
--- a/tests/app/Report/ReportBaseFootnoteTest.php
+++ b/tests/app/Report/ReportBaseFootnoteTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class ReportBaseFootnote
*
- * @covers Fisharebest\Webtrees\Report\ReportBaseFootnote
+ * @covers \Fisharebest\Webtrees\Report\ReportBaseFootnote
*/
class ReportBaseFootnoteTest extends TestCase
{
diff --git a/tests/app/Report/ReportBaseImageTest.php b/tests/app/Report/ReportBaseImageTest.php
index 0feeb39aa7..a4e231ca03 100644
--- a/tests/app/Report/ReportBaseImageTest.php
+++ b/tests/app/Report/ReportBaseImageTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class ReportBaseImage
*
- * @covers Fisharebest\Webtrees\Report\ReportBaseImage
+ * @covers \Fisharebest\Webtrees\Report\ReportBaseImage
*/
class ReportBaseImageTest extends TestCase
{
diff --git a/tests/app/Report/ReportBaseLineTest.php b/tests/app/Report/ReportBaseLineTest.php
index b385a2a444..8cfa8d31c2 100644
--- a/tests/app/Report/ReportBaseLineTest.php
+++ b/tests/app/Report/ReportBaseLineTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class ReportBaseLine
*
- * @covers Fisharebest\Webtrees\Report\ReportBaseLine
+ * @covers \Fisharebest\Webtrees\Report\ReportBaseLine
*/
class ReportBaseLineTest extends TestCase
{
diff --git a/tests/app/Report/ReportBaseTextTest.php b/tests/app/Report/ReportBaseTextTest.php
index 7c34edc8af..2a5b77a9a8 100644
--- a/tests/app/Report/ReportBaseTextTest.php
+++ b/tests/app/Report/ReportBaseTextTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class ReportBaseText
*
- * @covers Fisharebest\Webtrees\Report\ReportBaseText
+ * @covers \Fisharebest\Webtrees\Report\ReportBaseText
*/
class ReportBaseTextTest extends TestCase
{
diff --git a/tests/app/Report/ReportBaseTextboxTest.php b/tests/app/Report/ReportBaseTextboxTest.php
index fd30db983d..8cf67070e3 100644
--- a/tests/app/Report/ReportBaseTextboxTest.php
+++ b/tests/app/Report/ReportBaseTextboxTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class ReportBaseTextbox
*
- * @covers Fisharebest\Webtrees\Report\ReportBaseTextbox
+ * @covers \Fisharebest\Webtrees\Report\ReportBaseTextbox
*/
class ReportBaseTextboxTest extends TestCase
{
diff --git a/tests/app/Report/ReportExpressionLanguageProviderTest.php b/tests/app/Report/ReportExpressionLanguageProviderTest.php
index 8f89ab1591..7e082609d3 100644
--- a/tests/app/Report/ReportExpressionLanguageProviderTest.php
+++ b/tests/app/Report/ReportExpressionLanguageProviderTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class ReportExpressionLanguageProvider
*
- * @covers Fisharebest\Webtrees\Report\ReportExpressionLanguageProvider
+ * @covers \Fisharebest\Webtrees\Report\ReportExpressionLanguageProvider
*/
class ReportExpressionLanguageProviderTest extends TestCase
{
diff --git a/tests/app/Report/ReportHtmlCellTest.php b/tests/app/Report/ReportHtmlCellTest.php
index cbfb4a1b6c..76f187b45a 100644
--- a/tests/app/Report/ReportHtmlCellTest.php
+++ b/tests/app/Report/ReportHtmlCellTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class ReportHtmlCell
*
- * @covers Fisharebest\Webtrees\Report\ReportHtmlCell
+ * @covers \Fisharebest\Webtrees\Report\ReportHtmlCell
*/
class ReportHtmlCellTest extends TestCase
{
diff --git a/tests/app/Report/ReportHtmlFootnoteTest.php b/tests/app/Report/ReportHtmlFootnoteTest.php
index 31090ac746..ea3b9c8072 100644
--- a/tests/app/Report/ReportHtmlFootnoteTest.php
+++ b/tests/app/Report/ReportHtmlFootnoteTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class ReportHtmlFootnote
*
- * @covers Fisharebest\Webtrees\Report\ReportHtmlFootnote
+ * @covers \Fisharebest\Webtrees\Report\ReportHtmlFootnote
*/
class ReportHtmlFootnoteTest extends TestCase
{
diff --git a/tests/app/Report/ReportHtmlImageTest.php b/tests/app/Report/ReportHtmlImageTest.php
index d2e14cbe6c..841294479b 100644
--- a/tests/app/Report/ReportHtmlImageTest.php
+++ b/tests/app/Report/ReportHtmlImageTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class ReportHtmlImage
*
- * @covers Fisharebest\Webtrees\Report\ReportHtmlImage
+ * @covers \Fisharebest\Webtrees\Report\ReportHtmlImage
*/
class ReportHtmlImageTest extends TestCase
{
diff --git a/tests/app/Report/ReportHtmlLineTest.php b/tests/app/Report/ReportHtmlLineTest.php
index e2fb49aa74..e1d0649ce6 100644
--- a/tests/app/Report/ReportHtmlLineTest.php
+++ b/tests/app/Report/ReportHtmlLineTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class ReportHtmlLine
*
- * @covers Fisharebest\Webtrees\Report\ReportHtmlLine
+ * @covers \Fisharebest\Webtrees\Report\ReportHtmlLine
*/
class ReportHtmlLineTest extends TestCase
{
diff --git a/tests/app/Report/ReportHtmlTextTest.php b/tests/app/Report/ReportHtmlTextTest.php
index b62049f879..462c968789 100644
--- a/tests/app/Report/ReportHtmlTextTest.php
+++ b/tests/app/Report/ReportHtmlTextTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class ReportHtmlText
*
- * @covers Fisharebest\Webtrees\Report\ReportHtmlText
+ * @covers \Fisharebest\Webtrees\Report\ReportHtmlText
*/
class ReportHtmlTextTest extends TestCase
{
diff --git a/tests/app/Report/ReportHtmlTextboxTest.php b/tests/app/Report/ReportHtmlTextboxTest.php
index cf1fbad1a4..895d3eae17 100644
--- a/tests/app/Report/ReportHtmlTextboxTest.php
+++ b/tests/app/Report/ReportHtmlTextboxTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class ReportHtmlTextbox
*
- * @covers Fisharebest\Webtrees\Report\ReportHtmlTextbox
+ * @covers \Fisharebest\Webtrees\Report\ReportHtmlTextbox
*/
class ReportHtmlTextboxTest extends TestCase
{
diff --git a/tests/app/Report/ReportParserBaseTest.php b/tests/app/Report/ReportParserBaseTest.php
index b9f3fc0bbc..c5d6073f5d 100644
--- a/tests/app/Report/ReportParserBaseTest.php
+++ b/tests/app/Report/ReportParserBaseTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class ReportParserBase
*
- * @covers Fisharebest\Webtrees\Report\ReportParserBase
+ * @covers \Fisharebest\Webtrees\Report\ReportParserBase
*/
class ReportParserBaseTest extends TestCase
{
diff --git a/tests/app/Report/ReportParserGenerateTest.php b/tests/app/Report/ReportParserGenerateTest.php
index 56215d6644..4054d2b21a 100644
--- a/tests/app/Report/ReportParserGenerateTest.php
+++ b/tests/app/Report/ReportParserGenerateTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class ReportParserGenerate
*
- * @covers Fisharebest\Webtrees\Report\ReportParserGenerate
+ * @covers \Fisharebest\Webtrees\Report\ReportParserGenerate
*/
class ReportParserGenerateTest extends TestCase
{
diff --git a/tests/app/Report/ReportParserSetupTest.php b/tests/app/Report/ReportParserSetupTest.php
index ca5153e3c6..37528ff76b 100644
--- a/tests/app/Report/ReportParserSetupTest.php
+++ b/tests/app/Report/ReportParserSetupTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class ReportParserSetup
*
- * @covers Fisharebest\Webtrees\Report\ReportParserSetup
+ * @covers \Fisharebest\Webtrees\Report\ReportParserSetup
*/
class ReportParserSetupTest extends TestCase
{
diff --git a/tests/app/Report/ReportPdfCellTest.php b/tests/app/Report/ReportPdfCellTest.php
index 02886119b2..ca5c0d9432 100644
--- a/tests/app/Report/ReportPdfCellTest.php
+++ b/tests/app/Report/ReportPdfCellTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class ReportPdfCell
*
- * @covers Fisharebest\Webtrees\Report\ReportPdfCell
+ * @covers \Fisharebest\Webtrees\Report\ReportPdfCell
*/
class ReportPdfCellTest extends TestCase
{
diff --git a/tests/app/Report/ReportPdfFootnoteTest.php b/tests/app/Report/ReportPdfFootnoteTest.php
index 1327174f97..db3814ddea 100644
--- a/tests/app/Report/ReportPdfFootnoteTest.php
+++ b/tests/app/Report/ReportPdfFootnoteTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class ReportPdfFootnote
*
- * @covers Fisharebest\Webtrees\Report\ReportPdfFootnote
+ * @covers \Fisharebest\Webtrees\Report\ReportPdfFootnote
*/
class ReportPdfFootnoteTest extends TestCase
{
diff --git a/tests/app/Report/ReportPdfImageTest.php b/tests/app/Report/ReportPdfImageTest.php
index 57aa318601..d3c20cf127 100644
--- a/tests/app/Report/ReportPdfImageTest.php
+++ b/tests/app/Report/ReportPdfImageTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class ReportPdfImage
*
- * @covers Fisharebest\Webtrees\Report\ReportPdfImage
+ * @covers \Fisharebest\Webtrees\Report\ReportPdfImage
*/
class ReportPdfImageTest extends TestCase
{
diff --git a/tests/app/Report/ReportPdfLineTest.php b/tests/app/Report/ReportPdfLineTest.php
index bc1154643a..cdbfce641e 100644
--- a/tests/app/Report/ReportPdfLineTest.php
+++ b/tests/app/Report/ReportPdfLineTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class ReportPdfLine
*
- * @covers Fisharebest\Webtrees\Report\ReportPdfLine
+ * @covers \Fisharebest\Webtrees\Report\ReportPdfLine
*/
class ReportPdfLineTest extends TestCase
{
diff --git a/tests/app/Report/ReportPdfTextBoxTest.php b/tests/app/Report/ReportPdfTextBoxTest.php
index 6ad53ca32a..e9bce296d3 100644
--- a/tests/app/Report/ReportPdfTextBoxTest.php
+++ b/tests/app/Report/ReportPdfTextBoxTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class ReportPdfTextBox
*
- * @covers Fisharebest\Webtrees\Report\ReportPdfTextBox
+ * @covers \Fisharebest\Webtrees\Report\ReportPdfTextBox
*/
class ReportPdfTextBoxTest extends TestCase
{
diff --git a/tests/app/Report/ReportPdfTextTest.php b/tests/app/Report/ReportPdfTextTest.php
index 0d67868534..0d8de54313 100644
--- a/tests/app/Report/ReportPdfTextTest.php
+++ b/tests/app/Report/ReportPdfTextTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class ReportPdfText
*
- * @covers Fisharebest\Webtrees\Report\ReportPdfText
+ * @covers \Fisharebest\Webtrees\Report\ReportPdfText
*/
class ReportPdfTextTest extends TestCase
{
diff --git a/tests/app/Report/RightToLeftSupportTest.php b/tests/app/Report/RightToLeftSupportTest.php
index a81098ea26..5961261143 100644
--- a/tests/app/Report/RightToLeftSupportTest.php
+++ b/tests/app/Report/RightToLeftSupportTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class RightToLeftSupport
*
- * @covers Fisharebest\Webtrees\Report\RightToLeftSupport
+ * @covers \Fisharebest\Webtrees\Report\RightToLeftSupport
*/
class RightToLeftSupportTest extends TestCase
{
diff --git a/tests/app/Report/TcpdfWrapperTest.php b/tests/app/Report/TcpdfWrapperTest.php
index 100433d64c..791a6e2e07 100644
--- a/tests/app/Report/TcpdfWrapperTest.php
+++ b/tests/app/Report/TcpdfWrapperTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class TcpdfWrapper
*
- * @covers Fisharebest\Webtrees\Report\TcpdfWrapper
+ * @covers \Fisharebest\Webtrees\Report\TcpdfWrapper
*/
class TcpdfWrapperTest extends TestCase
{