test importer - remove blank line

This commit is contained in:
eduardohumberto 2018-08-10 22:32:59 -03:00
parent 7a6d1e87de
commit fc9e62e585
1 changed files with 1 additions and 2 deletions

View File

@ -299,7 +299,6 @@ class Test_Importer extends Importer {
<?php <?php
return ob_get_clean(); return ob_get_clean();
} }
public function create_taxonomies() { public function create_taxonomies() {
@ -608,7 +607,7 @@ class Test_Importer extends Importer {
// This is very important // This is very important
$this->add_log('going to sleep'); $this->add_log('going to sleep');
sleep(4); sleep(5);
$current ++; $current ++;
return $current; return $current;
} else { } else {