mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-13 21:13:26 +00:00
Fix tests
This commit is contained in:
@@ -144,19 +144,6 @@ abstract class base implements cache_cacheableInterface
|
||||
return $this->connection;
|
||||
}
|
||||
|
||||
/**
|
||||
* Replaces the connection
|
||||
*
|
||||
* @param \connection_pdo $connection
|
||||
* @return \base
|
||||
*/
|
||||
public function set_connection(\connection_pdo $connection)
|
||||
{
|
||||
$this->connection = $connection;
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function get_cache()
|
||||
{
|
||||
return $this->app['cache'];
|
||||
|
Reference in New Issue
Block a user