1
0
mirror of synced 2024-12-13 06:46:03 +03:00

[2.0] Restriction of coverage to library path

This commit is contained in:
beberlei 2010-02-07 00:29:45 +00:00
parent 3fdd9e537a
commit 775bd5d0da
2 changed files with 8 additions and 0 deletions

View File

@ -391,4 +391,9 @@ class MsSqlSchemaManager extends AbstractSchemaManager
return $this->conn->fetchColumn($query);
}
protected function _getPortableTableColumnDefinition($tableColumn)
{
return $column;
}
}

View File

@ -13,6 +13,9 @@ require_once __DIR__ . '/../../../lib/Doctrine/Common/ClassLoader.php';
$classLoader = new \Doctrine\Common\ClassLoader('Doctrine');
$classLoader->register();
require_once 'PHPUnit/Util/Filter.php';
\PHPUnit_Util_Filter::addDirectoryToWhitelist(__DIR__ . '/../../../lib/');
set_include_path(
__DIR__ . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . 'lib'
. PATH_SEPARATOR .