<?php require_once __DIR__ . '/../Fury/fury.php'; // PHPUnit auto-loads via composer, but Fury's own autoloader // handles the legacy namespace-to-path mapping. // We just need to ensure Fury/__autoload.php is included (done via fury.php).