Skip to content

Instantly share code, notes, and snippets.

On OSX Yosemite and above, in a terminal window:
1. Switch to the root user.
$ sudo su -
2. Create a Dummynet pipe that represents a slow, unreliable network:
# dnctl pipe 1 config bw 10Kbit/s delay 300 plr 0.1 noerror
<?php
/**
* @group option
* @ticket 31245
*/
class Tests_Option_Alloptions extends WP_UnitTestCase {
/**
* Some cache implementations have a 1mb limit per-key. This shouldn't be an issue when get_multi() is in use, but this provides prior coverage.
*/