添加loader类单元测试

This commit is contained in:
thinkphp
2016-02-28 12:28:44 +08:00
parent 15a017b629
commit 8d79e07dc5
3 changed files with 77 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
<?php
namespace top\test;
class Hello
{
}