diff --git a/Behavioral/ChainOfResponsibilities/ChainTest.php b/Behavioral/ChainOfResponsibilities/Tests/ChainTest.php similarity index 97% rename from Behavioral/ChainOfResponsibilities/ChainTest.php rename to Behavioral/ChainOfResponsibilities/Tests/ChainTest.php index 9fe7f30..4733d6f 100644 --- a/Behavioral/ChainOfResponsibilities/ChainTest.php +++ b/Behavioral/ChainOfResponsibilities/Tests/ChainTest.php @@ -1,6 +1,6 @@ get(); $this->assertEquals(1, $worker->id); diff --git a/Creational/SimpleFactory/SimpleFactoryTest.php b/Creational/SimpleFactory/Tests/SimpleFactoryTest.php similarity index 93% rename from Creational/SimpleFactory/SimpleFactoryTest.php rename to Creational/SimpleFactory/Tests/SimpleFactoryTest.php index 1233609..1fffda3 100644 --- a/Creational/SimpleFactory/SimpleFactoryTest.php +++ b/Creational/SimpleFactory/Tests/SimpleFactoryTest.php @@ -1,6 +1,6 @@ - Behavioral - Creational - More - Structural + Behavioral/*/Tests + Creational/*/Tests + More/*/Tests + Structural/*/Tests