Fix un test unitaire de variable
This commit is contained in:
parent
56fdcb8f9f
commit
4daafc9580
|
@ -62,8 +62,7 @@ class m_variablesTest extends AlterncTest
|
||||||
public function testVariable_init_maybe()
|
public function testVariable_init_maybe()
|
||||||
{
|
{
|
||||||
$this->object->variable_init_maybe();
|
$this->object->variable_init_maybe();
|
||||||
global $conf;
|
$this->assertTrue( (is_array($this->object->cache_conf) && !empty($this->object->cache_conf)) );
|
||||||
$this->assertTrue(is_array($conf));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue