mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Fix unit test names, property and function visibility
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
class Session_LoggerTest extends PhraseanetPHPUnitAbstract
|
||||
class Session_LoggerTest extends \PhraseanetTestCase
|
||||
{
|
||||
/**
|
||||
* @var Session_Logger
|
||||
@@ -13,7 +13,7 @@ class Session_LoggerTest extends PhraseanetPHPUnitAbstract
|
||||
*/
|
||||
protected $databox;
|
||||
|
||||
protected function feed_datas()
|
||||
private function feed_datas()
|
||||
{
|
||||
$user = self::$DI['user'];
|
||||
|
||||
|
Reference in New Issue
Block a user