Deprecate is_grouping in favor of isStory

This commit is contained in:
Benoît Burnichon
2015-07-13 18:14:51 +02:00
parent 2107cd28df
commit c97eedd40f
20 changed files with 43 additions and 43 deletions

View File

@@ -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()