• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

zendframework / zend-ldap / 266 / 8
92%
master: 92%

Build:
DEFAULT BRANCH: master
Ran 14 Nov 2018 07:32AM UTC
Files 45
Run time 3s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

14 Nov 2018 07:26AM UTC coverage: 89.982% (-1.7%) from 91.633%
DEPS=locked CS_CHECK=true TEST_COVERAGE=true

Pull #81

travis-ci

web-flow
Added Pagination while searching users.

Most of Active directory has a limit of request users like 1k or 5k and if you need to get more users like 10k we need to use search and get users data with pagination. So added Multi page search to the lib. below is the the code to call this func
```php
        $users = $this->zendLdap->multiPageSearch($filter, $baseDn, $scope, $fields);
        return $users;
```
Pull Request #81: Added Pagination while searching users.

2048 of 2276 relevant lines covered (89.98%)

33.06 hits per line

Source Files on job 266.8 (DEPS=locked CS_CHECK=true TEST_COVERAGE=true)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 262
  • Travis Job 266.8
  • ea851455 on github
  • Prev Job for DEPS=locked CS_CHECK=true TEST_COVERAGE=true on master (#263.8)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc