mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/14053] Fix tests for installer config
@covers annotations causing build failures on bamboo, so removed them PHPBB3-14053
This commit is contained in:
parent
3cfaa61560
commit
172b021c89
1 changed files with 0 additions and 11 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Reference in a new issue