Skip to content

Commit abd103b

Browse files
Trying uni test fix
1 parent 0e043cf commit abd103b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: tests/UtilsTests/CustomAttributeConditionEvaluatorTest.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,13 @@
1919

2020
use Optimizely\Utils\CustomAttributeConditionEvaluator;
2121
use PHPUnit\Framework\TestCase;
22+
use Optimizely\Logger\LoggerInterface;
2223

2324
class CustomAttributeConditionEvaluatorTest extends TestCase
2425
{
2526
protected function setUp() : void
2627
{
27-
$this->loggerMock = $this->getMockBuilder(NoOpLogger::class)
28+
$this->loggerMock = $this->getMockBuilder(LoggerInterface::class)
2829
->setMethods(array('log'))
2930
->getMock();
3031

0 commit comments

Comments
 (0)