<?php

/**
 * @see       https://github.com/laminas/laminas-code for the canonical source repository
 * @copyright https://github.com/laminas/laminas-code/blob/master/COPYRIGHT.md
 * @license   https://github.com/laminas/laminas-code/blob/master/LICENSE.md New BSD License
 */

namespace LaminasTest\Code\Scanner;

use PHPUnit\Framework\TestCase;

class AggregateDirectoryScannerTest extends TestCase
{
    public function testAggregationOfDirectories()
    {
        $this->markTestIncomplete('This test needs to be filled out');
    }
}
