File: autoload.php

package info (click to toggle)
phpunit 11.5.19-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 46,840 kB
  • sloc: php: 87,742; xml: 1,938; makefile: 118; sh: 93
file content (3 lines) | stat: -rw-r--r-- 122 bytes parent folder | download | duplicates (8)
1
2
3
<?php declare(strict_types=1);
require __DIR__ . '/../src/FirstPartyClass.php';
require __DIR__ . '/ThirdPartyClass.php';