Title: isMike()'s Replies | WordPress.org

---

# isMike()

  [  ](https://wordpress.org/support/users/sleekdevigner/)

 *   [Profile](https://wordpress.org/support/users/sleekdevigner/)
 *   [Topics Started](https://wordpress.org/support/users/sleekdevigner/topics/)
 *   [Replies Created](https://wordpress.org/support/users/sleekdevigner/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/sleekdevigner/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/sleekdevigner/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/sleekdevigner/engagements/)
 *   [Favorites](https://wordpress.org/support/users/sleekdevigner/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cookiebot by Usercentrics - Automatic Cookie Banner for GDPR/CCPA & Google Consent Mode] Personal Data is transmittted to Adequate countries only (not checked)](https://wordpress.org/support/topic/personal-data-is-transmittted-to-adequate-countries-only-not-checked/)
 *  Thread Starter [isMike()](https://wordpress.org/support/users/sleekdevigner/)
 * (@sleekdevigner)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/personal-data-is-transmittted-to-adequate-countries-only-not-checked/#post-13551998)
 * Thanks very much [@aytac](https://wordpress.org/support/users/aytac/) and [@rvcybot](https://wordpress.org/support/users/rvcybot/).
   I will be checking through today and letting dropping updates here. Thanks a 
   lot for the information.
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Testing with PHPUnit–what should be in the file ‘wp-tests-config.php?’](https://wordpress.org/support/topic/testing-with-phpunit-what-should-be-contents-of-the-file-wp-tests-config-php/)
 *  [isMike()](https://wordpress.org/support/users/sleekdevigner/)
 * (@sleekdevigner)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/testing-with-phpunit-what-should-be-contents-of-the-file-wp-tests-config-php/#post-13015472)
 * Please let me know if anyone uses this and it works or if it throws any further
   error. Thanks!
    -  This reply was modified 5 years, 11 months ago by [isMike()](https://wordpress.org/support/users/sleekdevigner/).
    -  This reply was modified 5 years, 11 months ago by [isMike()](https://wordpress.org/support/users/sleekdevigner/).
    -  This reply was modified 5 years, 11 months ago by [isMike()](https://wordpress.org/support/users/sleekdevigner/).
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Testing with PHPUnit–what should be in the file ‘wp-tests-config.php?’](https://wordpress.org/support/topic/testing-with-phpunit-what-should-be-contents-of-the-file-wp-tests-config-php/)
 *  [isMike()](https://wordpress.org/support/users/sleekdevigner/)
 * (@sleekdevigner)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/testing-with-phpunit-what-should-be-contents-of-the-file-wp-tests-config-php/#post-13014482)
 * I also got frustrated trying to fix this error. For anyone who can’t run tests
   because your WordPress isn’t installing, I will advise you to try these steps.
   Hopefully it works for you.
 * 1. Using windows explorer (NOT COMMAND LINE), navigate to **C:\Users\{your_username}\
   AppData\Local\Temp**. Right in the Temp folder, check if there is a folder named**
   wordpress-tests-lib**. If this folder exists, then it means you are good to go(
   in fact you should see the **wp-tests-config.php** and two other folders within
   that directory). Now go to step 2.
 * 2. Navigate into the **wordpress-test-lib** folder, then create another folder
   called **tmp**.
 * 3. Download the latest WordPress zip file from wordpress.org. place the zip folder
   in the newly created **tmp** folder and extract the content of this zip file 
   into this directory. (Note: if you are using the WINRAR windows app, please do
   not use the _Ëxtract to wordpress-version_ option. Instead use the _Extract here_
   option).
 * 4. Now, check to be sure your core WordPress folders(wp-admin, wp-include, e.
   t.c) and core wordpress files are now in **C:\Users\{your_username}\AppData\Local\
   Temp\wordpress-tests-lib\tmp\wordpress**.
 * 5. If 1 – 4 is in place, Now open your **wp-tests-config.php** file in an editor,
   and adjust the constant **ABSPATH** defined in **line 7**. change the line from`
   define( 'ABSPATH', '/tmp/wordpress/' );` to `define( 'ABSPATH', 'tmp/wordpress/');`(
   i.e remove the first forward slash) and save the file.
 * 6. Everything should be okay now. Well…except you have not installed PHPUnit.
   You can use composer to install that and all should be good.
 * I really hope this helps someone. Please feel free to ask any questions if any
   part of these steps is not clear to you. Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)