fix CompositeTest namespace

This commit is contained in:
athanro
2015-07-21 17:17:36 +02:00
parent dab22757a7
commit f7c032afe4

View File

@@ -1,6 +1,6 @@
<?php <?php
namespace DesignPatterns\Test\Composite\Tests; namespace DesignPatterns\Structural\Composite\Tests;
use DesignPatterns\Structural\Composite; use DesignPatterns\Structural\Composite;