Skip to content

Commit

Permalink
adapt integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopheFerreboeuf committed Jan 10, 2025
1 parent eaedeee commit c3cd894
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Test/Integration/Service/AuditTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ protected function setUp(): void
['xml', $this->xmlMock]
]);

/** @codeCoverageIgnoreStart */
/** @codingStandardsIgnoreStart */
eval('
namespace Crealoz\EasyAudit\Model;
Expand All @@ -148,7 +148,7 @@ public function create(array $data = []) {
}
}
');
/** @codeCoverageIgnoreEnd */
/** @codingStandardsIgnoreEnd */

$this->arrayTools = $this->createMock(ArrayTools::class);
$this->logger = $this->createMock(LoggerInterface::class);
Expand Down

0 comments on commit c3cd894

Please sign in to comment.