Skip to content

Commit

Permalink
using GLOBAL for code concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgsoc2013 committed Jun 18, 2013
1 parent 646329b commit f8cc205
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/classes/plugin/import/ImportXml_test.php
Expand Up @@ -43,9 +43,7 @@ class ImportXml_Test extends PHPUnit_Framework_TestCase
* @return void
*/
protected function setUp()
{
global $compression, $import_handle, $read_multiply, $cfg;

{
$this->object = new ImportXml();

//setting
Expand Down

0 comments on commit f8cc205

Please sign in to comment.