PHP code example of battis / phpunit-sessions
1. Go to this page and download the library: Download battis/phpunit-sessions 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/ */
battis / phpunit-sessions example snippets
Battis\PHPUnit\Sessions\Bootstrap::execute();
xml
<phpunit
...
bootstrap="tests/bootstrap.php"
>
...
<extensions>
<extension class="Battis\PHPUnit\Sessions\Extension" />
</extensions>
</phpunit>