From 172b021c898846b06924dc258804271715e9a4ba Mon Sep 17 00:00:00 2001 From: Mate Bartus Date: Mon, 27 Jul 2015 16:04:34 +0200 Subject: [ticket/14053] Fix tests for installer config @covers annotations causing build failures on bamboo, so removed them PHPBB3-14053 --- tests/installer/installer_config_test.php | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'tests/installer') diff --git a/tests/installer/installer_config_test.php b/tests/installer/installer_config_test.php index 4b83eb9a8f..c7334ebd93 100644 --- a/tests/installer/installer_config_test.php +++ b/tests/installer/installer_config_test.php @@ -34,10 +34,6 @@ class phpbb_installer_config_test extends phpbb_test_case $this->config = new config($filesystem, $php_ini, $phpbb_root_path); } - /** - * @covers config::set - * @covers config::get - */ public function test_set_get_var() { $this->config->set('foo', 'bar'); @@ -54,13 +50,6 @@ class phpbb_installer_config_test extends phpbb_test_case $this->assertGreaterThan(0, $this->config->get_memory_remaining()); } - /** - * @covers config::set_finished_task - * @covers config::set_active_module - * @covers config::set_task_progress_count - * @covers config::increment_current_task_progress - * @covers config::get_progress_data - */ public function test_progress_tracking() { $this->config->set_finished_task('foo'); -- cgit v1.2.1