PHP code example of rmiller / exemplify-extension

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

    

rmiller / exemplify-extension example snippets


public function it_should_dig()
{
    $this->dig();
}

public function it_should_be_constructed_through_with_name()
{
    $this->beConstructedThrough('withName');
}