Skip to content

Commit

Permalink
Merge branch 'MDL-42071_MK3' of https://github.com/merrill-oakland/mo…
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Jul 1, 2014
2 parents 4a27b06 + cd230b3 commit e065bec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cache/stores/memcache/tests/memcache_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@ public function test_valid_keys() {
public function test_clustered() {
$this->resetAfterTest(true);

if (!defined('TEST_CACHESTORE_MEMCACHE_TESTSERVERS')) {
$this->markTestSkipped();
}

$testservers = explode("\n", trim(TEST_CACHESTORE_MEMCACHE_TESTSERVERS));

if (count($testservers) < 2) {
Expand Down
4 changes: 4 additions & 0 deletions cache/stores/memcached/tests/memcached_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@ public function test_valid_keys() {
public function test_clustered() {
$this->resetAfterTest(true);

if (!defined('TEST_CACHESTORE_MEMCACHED_TESTSERVERS')) {
$this->markTestSkipped();
}

$testservers = explode("\n", trim(TEST_CACHESTORE_MEMCACHED_TESTSERVERS));

if (count($testservers) < 2) {
Expand Down

0 comments on commit e065bec

Please sign in to comment.