単体テスト

phpunit --filter testInfo tests / UserTest.php

UserTest.php

<?php 

Laravel \ Lumen \ Testing \ DatabaseMigrations; 
Laravel \ Lumen \ Testing \ DatabaseTransactionsを使用します。

クラスUserTestはTestCaseを拡張します
{ 
    public function testInfo()
    { 
        dd(4444444); 
        $ swoole = app( 'swoole'); 

        var_dump($ swoole); 
    } 
}

  

おすすめ

転載: www.cnblogs.com/php-linux/p/12721721.html
おすすめ