Collection/storage of templates

This commit is contained in:
Meritoo
2019-04-02 21:08:11 +02:00
parent 0b74f8da6f
commit faf1da6134
13 changed files with 473 additions and 35 deletions

View File

@@ -35,11 +35,12 @@ File: `src/Utilities/Regex.php`
# More
1. [Base test case (with common methods and data providers)](../Base-test-case.md)
2. [Collection of elements](../Collection-of-elements.md)
3. [Exceptions](../Exceptions.md)
4. [Static methods](../Static-methods.md)
2. [Collection of elements](../Collection/Collection.md)
3. [Templates](../Collection/Templates.md)
4. [Exceptions](../Exceptions.md)
5. [Static methods](../Static-methods.md)
1. [Arrays](../Static-methods/Arrays.md)
2. [**Regex**](Regex.md)
5. [Value Objects](../Value-Objects.md)
6. [Value Objects](../Value-Objects.md)
[‹ Back to `Readme`](../../README.md)