Skip to content

Commit

Permalink
Ad compatibility to testing library
Browse files Browse the repository at this point in the history
  • Loading branch information
Shiftas committed Mar 24, 2015
1 parent 3d66c4a commit 5a0ffb4
Show file tree
Hide file tree
Showing 5 changed files with 12,620 additions and 32 deletions.
32 changes: 0 additions & 32 deletions tests/AllTestsUnit.php

This file was deleted.

7 changes: 7 additions & 0 deletions tests/additional.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,11 @@
* @copyright (C) OXID eSales AG 2003-2014
*/

$testConfig = new oxTestConfig();
$edition = $testConfig->getShopEdition();

$serviceCaller = new oxServiceCaller();
$serviceCaller->setParameter('importSql', '@'. __DIR__ ."/testsql/testdata_$edition.sql");
$serviceCaller->callService('ShopPreparation', 1);

include_once 'libs/oevattbenullmailer.php';
Loading

0 comments on commit 5a0ffb4

Please sign in to comment.