mxmbsocket/tests/Ratchet/Tests
Mike Almond 52b1704155 FlashPolicy all the things
$policy = new Ratchet\Component\Server\FlashPolicyComponent();
$policy->addAllowedAccess('192.168.1.120', '8000');

$io = new Ratchet\Component\Server\IOServerComponent($policy);
$io->run(843);
2012-05-07 13:44:48 -04:00
..
Component FlashPolicy all the things 2012-05-07 13:44:48 -04:00
Mock Unit tests 2012-04-29 20:42:33 -04:00
Resource Unit tests 2012-04-29 20:42:33 -04:00