[2.0] Restriction of coverage to library path
This commit is contained in:
parent
3fdd9e537a
commit
775bd5d0da
@ -391,4 +391,9 @@ class MsSqlSchemaManager extends AbstractSchemaManager
|
|||||||
|
|
||||||
return $this->conn->fetchColumn($query);
|
return $this->conn->fetchColumn($query);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
protected function _getPortableTableColumnDefinition($tableColumn)
|
||||||
|
{
|
||||||
|
return $column;
|
||||||
|
}
|
||||||
}
|
}
|
@ -13,6 +13,9 @@ require_once __DIR__ . '/../../../lib/Doctrine/Common/ClassLoader.php';
|
|||||||
$classLoader = new \Doctrine\Common\ClassLoader('Doctrine');
|
$classLoader = new \Doctrine\Common\ClassLoader('Doctrine');
|
||||||
$classLoader->register();
|
$classLoader->register();
|
||||||
|
|
||||||
|
require_once 'PHPUnit/Util/Filter.php';
|
||||||
|
\PHPUnit_Util_Filter::addDirectoryToWhitelist(__DIR__ . '/../../../lib/');
|
||||||
|
|
||||||
set_include_path(
|
set_include_path(
|
||||||
__DIR__ . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . 'lib'
|
__DIR__ . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . 'lib'
|
||||||
. PATH_SEPARATOR .
|
. PATH_SEPARATOR .
|
||||||
|
Loading…
Reference in New Issue
Block a user