mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
FIX Remove extraneous @depends annotations
This commit is contained in:
parent
f1c94e6d54
commit
099ee2deb7
@ -45,7 +45,6 @@ class MySQLPDOConnectorTest extends SapphireTest implements TestOnly
|
||||
}
|
||||
|
||||
/**
|
||||
* @depends testConnectionCharsetControl
|
||||
* @dataProvider charsetProvider
|
||||
*/
|
||||
public function testConnectionCollationControl($charset, $defaultCollation, $customCollation)
|
||||
|
@ -38,7 +38,6 @@ class MySQLiConnectorTest extends SapphireTest implements TestOnly
|
||||
}
|
||||
|
||||
/**
|
||||
* @depends testConnectionCharsetControl
|
||||
* @dataProvider charsetProvider
|
||||
*/
|
||||
public function testConnectionCollationControl($charset, $defaultCollation, $customCollation)
|
||||
|
Loading…
Reference in New Issue
Block a user