Skip to content
This repository was archived by the owner on Jan 8, 2024. It is now read-only.

Commit 0314dd4

Browse files
committed
...
1 parent 354761c commit 0314dd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Command/PhpfastcacheSetCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function testCommandSetCacheItem()
4949
]);
5050

5151
// Travis fix (.*) due to weird console screen width that truncate to next line
52-
$this->assertRegExp('/Cache item "' . $key . '" set to "' . $value . '" for ' . $ttl, $commandTester->getDisplay());
52+
$this->assertRegExp('/Cache item "' . $key . '" set to "' . $value . '" for ' . $ttl . '/', $commandTester->getDisplay());
5353
}
5454

5555
/**

0 commit comments

Comments
 (0)