Skip to content

Commit 289472c

Browse files
committed
Adjusts in tests
1 parent 3bb0efa commit 289472c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
steps:
3939
- uses: actions/checkout@v3
4040
- run: composer install
41-
- run: ./vendor/bin/phpunit
41+
- run: ./vendor/bin/phpunit --stderr
4242

4343
Documentation:
4444
runs-on: 'ubuntu-latest'

tests/BaseCacheTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ protected function tearDown(): void
2121

2222
public function CachePoolProvider()
2323
{
24-
$memcachedServer = ['memcached-container:11211'];
25-
$redisCacheServer = 'redis-container:6379';
24+
$memcachedServer = ['memcached:11211'];
25+
$redisCacheServer = 'redis:6379';
2626
$redisPassword = '';
2727

2828
return [

0 commit comments

Comments
 (0)