File: phpunitdeclarations.php

package info (click to toggle)
kdevelop-php 24.12.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,616 kB
  • sloc: cpp: 20,858; php: 15,243; xml: 136; sh: 58; makefile: 10
file content (10 lines) | stat: -rw-r--r-- 196 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
<?php

class PHPUnit_Framework_TestCase {}

class PHPUnit_Extensions_SeleniumTestCase extends PHPUnit_Framework_TestCase {}

class PHPUnit_Framework_TestSuite {
    public function suite() {}
}
?>