Created
January 6, 2018 11:58
-
-
Save leavyli/12c8bd735d786f3134d674edf7bd98e6 to your computer and use it in GitHub Desktop.
Revisions
-
leavyli created this gist
Jan 6, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ #### 执行单个类的测试 .\vendor\bin\codecept run unit models\UserTest #### 执行类的某个方法的测试 .\vendor\bin\codecept run unit models\UserTest:testFindUserById