Skip to content

Commit

Permalink
qnd: remove usage of kConf
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://kelev.kaltura.com/usr/local/kalsource/backend/server/trunk/core@100180 6b8eccd3-e8c5-4e7d-8186-e12b5326b719
  • Loading branch information
tantan committed Jun 20, 2013
1 parent be5091f commit bf6347e
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 124 deletions.
7 changes: 6 additions & 1 deletion tests/unitTests/SphinxSearch/SphinxSearchTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?php
require_once (dirname ( __FILE__ ) . '/bootstrapSphinxSearchTest.php');
require_once(__DIR__ . '/../../../api_v3/bootstrap.php');

define ( 'ARRAY_SIZE', 3 );
define ( 'SELECT_INDEX', 2 );
define ( 'SPHINX_SEARCH_API_SESSION', 'testsData/SphinxSearchApiSession.csv' );
define ( 'KALTURA_API_LOGGER_FILE_PATH', KALTURA_ROOT_PATH . "/api_v3/config/logger.ini");

class SphinxSerach extends PHPUnit_Framework_TestCase
{
Expand Down
28 changes: 0 additions & 28 deletions tests/unitTests/SphinxSearch/bootstrapSphinxSearchTest.php

This file was deleted.

Binary file not shown.
7 changes: 0 additions & 7 deletions tests/unitTests/thumbnailTest/testsData/thumbnailTest.config

This file was deleted.

9 changes: 0 additions & 9 deletions tests/unitTests/thumbnailTest/testsData/thumbnailTest.data

This file was deleted.

Empty file.
66 changes: 0 additions & 66 deletions tests/unitTests/thumbnailTest/thumbnailTest.php

This file was deleted.

13 changes: 0 additions & 13 deletions tests/unitTests/thumbnailTest/thumbnailTest.php.ini

This file was deleted.

0 comments on commit bf6347e

Please sign in to comment.