Bolt\Tests\Logger\ChangeLogTest::testGetChangeLogByContentTypeArray PHP Method

testGetChangeLogByContentTypeArray() public method

    public function testGetChangeLogByContentTypeArray()
    {
        $log = $this->getLogChangeRepository()->getChangeLogByContentType('pages', ['limit' => 1, 'contentid' => 1]);
        $this->assertEquals(1, count($log));
    }