mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-04 02:22:39 +00:00
fix failing tests. test and mocked sources would cause exceptions
This commit is contained in:
parent
dde0912d1e
commit
8374eb92cc
4 changed files with 9 additions and 1 deletions
|
@ -78,7 +78,6 @@ class ConnectionManager {
|
|||
*
|
||||
* @param string $name The name of the DataSource, as defined in app/Config/database.php
|
||||
* @return DataSource Instance
|
||||
* @throws MissingDatasourceConfigException
|
||||
* @throws MissingDatasourceException
|
||||
*/
|
||||
public static function getDataSource($name) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue