PHP code example of rbdwllr / atlantic-city
1. Go to this page and download the library: Download rbdwllr/atlantic-city 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/ */
rbdwllr / atlantic-city example snippets
WP_Mock::userFunction('is_rtl', [
'times' => 1,
'return' => false
]);
namespace Tests;
use App\MyWordPressCode;
use WP_Mock\Tools\TestCase;
use WP_Mock;
class MyWordPressTests extends TestCase
{
...
}
WP_Mock::expectActionAdded('action', 'parameters');