mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-16 14:33:14 +00:00
Fix coding standards
This commit is contained in:
@@ -10,18 +10,18 @@ class ControllerConnectionTestTest extends \PhraseanetWebTestCaseAbstract
|
||||
{
|
||||
|
||||
/**
|
||||
* As controllers use WebTestCase, it requires a client
|
||||
* As controllers use WebTestCase, it requires a client
|
||||
*/
|
||||
protected $client;
|
||||
|
||||
/**
|
||||
* If the controller tests require some records, specify it her
|
||||
*
|
||||
* For example, this will loacd 2 records
|
||||
*
|
||||
* For example, this will loacd 2 records
|
||||
* (self::$record_1 and self::$record_2) :
|
||||
*
|
||||
* $need_records = 2;
|
||||
*
|
||||
*
|
||||
* $need_records = 2;
|
||||
*
|
||||
*/
|
||||
protected static $need_records = false;
|
||||
|
||||
@@ -134,6 +134,6 @@ class ControllerConnectionTestTest extends \PhraseanetWebTestCaseAbstract
|
||||
$this->assertObjectHasAttribute('is_databox', $content);
|
||||
$this->assertFalse($content->database);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user