diff --git a/tests/PHPUnit/Integration/ReleaseCheckListTest.php b/tests/PHPUnit/Integration/ReleaseCheckListTest.php index ee919847f4e7a1af039ae05cf71294d5d380e5e6..425b400f8ad9ac5275eb392a07298a8cba79d4d3 100644 --- a/tests/PHPUnit/Integration/ReleaseCheckListTest.php +++ b/tests/PHPUnit/Integration/ReleaseCheckListTest.php @@ -78,7 +78,7 @@ class ReleaseCheckListTest extends \PHPUnit_Framework_TestCase $this->_checkEqual(array('Tracker' => 'record_statistics'), '1'); $this->_checkEqual(array('Tracker' => 'visit_standard_length'), '1800'); $this->_checkEqual(array('Tracker' => 'trust_visitors_cookies'), '0'); - $this->_checkEqual(array('log' => 'log_level'), 'WARNING'); + $this->_checkEqual(array('log' => 'log_level'), 'WARN'); $this->_checkEqual(array('log' => 'log_writers'), array('screen')); $this->_checkEqual(array('log' => 'logger_api_call'), null);