Skip to content

Commit

Permalink
MDL-57768 webservice: Delete manual setting of config in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Tregubov committed Feb 10, 2017
1 parent 7a3b115 commit 1138af3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions webservice/tests/externallib_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ public function test_get_site_info() {

$this->resetAfterTest(true);

// This is the info we are going to check
set_config('release', '2.4dev (Build: 20120823)');
set_config('version', '2012083100.00');

$maxbytes = 10485760;
$userquota = 5242880;
set_config('maxbytes', $maxbytes);
Expand Down

0 comments on commit 1138af3

Please sign in to comment.