PHP code example of iak / make-testable
1. Go to this page and download the library: Download iak/make-testable library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
iak / make-testable example snippets
bash
$ php artisan make:model Blog --test
bash
$ php artisan make:model Blog
$ php artisan make:test Models\BlogTest --unit