File: Net_LDAP2_TestBase.php

package info (click to toggle)
php-net-ldap2 2.3.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 824 kB
  • sloc: php: 3,175; xml: 888; sh: 99; makefile: 9
file content (5 lines) | stat: -rw-r--r-- 74 bytes parent folder | download
1
2
3
4
5
<?php
class Net_LDAP2_TestBase extends \PHPUnit\Framework\TestCase
{
}
?>