mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
@@ -30,15 +30,6 @@ class TestCase extends \PHPUnit_Framework_TestCase
|
||||
}
|
||||
}
|
||||
|
||||
protected function skipIfNoDoctrineDbal()
|
||||
{
|
||||
if (!$this->hasDoctrineDbal()) {
|
||||
$this->markTestSkipped(
|
||||
'Skipping test that requires doctrine/dbal.'
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
protected function hasMoontoastMath()
|
||||
{
|
||||
return class_exists('Moontoast\\Math\\BigNumber');
|
||||
@@ -48,9 +39,4 @@ class TestCase extends \PHPUnit_Framework_TestCase
|
||||
{
|
||||
return class_exists('Symfony\\Component\\Console\\Application');
|
||||
}
|
||||
|
||||
protected function hasDoctrineDbal()
|
||||
{
|
||||
return class_exists('Doctrine\\DBAL\\Types\\Type');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user