Skip to content
Snippets Groups Projects
Commit 540ddd8b authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

rel #23865: delete obsolete test

parent e21bc624
Branches
Tags 5.13.1
2 merge requests!903Master,!902Hotline master
......@@ -69,17 +69,6 @@ class Class_StatsNoticesTest extends Storm_Test_ModelTestCase {
}
/**
* @test
* @see http://forge.afi-sa.fr/issues/23151
*/
public function notBlackListedShouldNotAddVisuNotice() {
$_SERVER['REMOTE_ADDR'] = '192.168.2.12';
$this->_model->addStatVisu(12);
$this->assertFalse($this->_sql->methodHasBeenCalled('execute'));
}
protected function assertNoExecute() {
$this->assertFalse($this->_sql->methodHasBeenCalled('execute'));
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment