mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 06:53:15 +00:00
Deprecate is_grouping in favor of isStory
This commit is contained in:
@@ -152,8 +152,8 @@ class record_adapterTest extends \PhraseanetAuthenticatedTestCase
|
||||
|
||||
public function testIs_grouping()
|
||||
{
|
||||
$this->assertFalse($this->getRecord1()->is_grouping());
|
||||
$this->assertTrue($this->getRecordStory1()->is_grouping());
|
||||
$this->assertFalse($this->getRecord1()->isStory());
|
||||
$this->assertTrue($this->getRecordStory1()->isStory());
|
||||
}
|
||||
|
||||
public function testGet_base_id()
|
||||
|
Reference in New Issue
Block a user