PHP code example of phpactor / phpunit-extension

1. Go to this page and download the library: Download phpactor/phpunit-extension 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/ */

    

phpactor / phpunit-extension example snippets


$ /path/to/phpactor extension:install phpactor/phpunit-extension
javascript
{
    "navigator.destinations": {
        "source": "lib\/<kernel>Test.php"
        "test": "tests\/Unit\/<kernel>Test.php"
    },
}