eZ\Publish\Core\Persistence\Legacy\Tests\Content\Section\Gateway\DoctrineDatabaseTest::testCountRoleAssignmentsUsingSection PHP Method

testCountRoleAssignmentsUsingSection() public method

    public function testCountRoleAssignmentsUsingSection()
    {
        $this->insertDatabaseFixture(__DIR__ . '/../../../User/_fixtures/roles.php');
        $gateway = $this->getDatabaseGateway();
        $result = $gateway->countRoleAssignmentsUsingSection(2);
        $this->assertSame(1, $result);
    }