]> git.andy128k.dev Git - missing-tools.git/commit
cleanup. add tests
authorAndrey Kutejko <andy128k@gmail.com>
Tue, 19 Mar 2019 22:49:43 +0000 (23:49 +0100)
committerAndrey Kutejko <andy128k@gmail.com>
Tue, 19 Mar 2019 23:36:07 +0000 (00:36 +0100)
commit09414f8a2978b3db9bda3344d64e357034d307b1
treec0c06f0e3696a16de41c4941fb279eabd29d4b23
parent5d1ceab2d8b79e9b3823d1444dcff03ca3beebec
cleanup. add tests
37 files changed:
.gitignore
composer.json
composer.lock
src/algorithm.php [deleted file]
src/cli.php [deleted file]
src/collection.php
src/container.php [deleted file]
src/dateformat.php
src/function.php [deleted file]
src/htmlbuilder.php
src/io/pushback.php [deleted file]
src/map.php [new file with mode: 0644]
src/maplike.php [new file with mode: 0644]
src/mixins.php [deleted file]
src/multidimensionalarray.php [deleted file]
src/native_template.php
src/regexp.php
src/shell.php [deleted file]
src/str.php
src/symbol.php [deleted file]
src/topsort.php [new file with mode: 0644]
t/ArrTest.php
t/CollectionTest.php
t/ContainerTest.php [deleted file]
t/FormatTest.php
t/FunctionTest.php [deleted file]
t/HtmlBuilderTest.php
t/MapLikeTest.php [new file with mode: 0644]
t/MapTest.php [new file with mode: 0644]
t/MixinsTest.php [deleted file]
t/MultidimensionalArrayTest.php [deleted file]
t/RegexpTest.php [new file with mode: 0644]
t/TopSortTest.php [new file with mode: 0644]
t/native_template/NativeTemplateTest.php
t/native_template/layout.html [new file with mode: 0644]
t/native_template/page.html [new file with mode: 0644]
t/native_template/simple.html