Skip to content

Commit 853df32

Browse files
committed
Fixed unit tests for good, still using auth...
1 parent a9741b4 commit 853df32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestRedis.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class Redis_Test extends PHPUnit_Framework_TestCase
77
{
88
const HOST = '127.0.0.1';
99
const PORT = 6379;
10-
const AUTH = "password"; //replace with a string to use Redis authentication
10+
const AUTH = NULL; //replace with a string to use Redis authentication
1111

1212
/**
1313
* @var Redis

0 commit comments

Comments
 (0)