The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
#!/usr/bin/env php
<?php

require 'Test.php';

plan( 1 );

set_include_path('t');

require_ok( 'Dummy.php', 'Including a dummy file' );

?>