[Flash] Fixed unit test coverage annotation

This commit is contained in:
Chris Boden 2012-05-07 21:06:11 -04:00
parent 9070e2640e
commit afa2dacf40

View File

@ -3,7 +3,7 @@ namespace Ratchet\Tests\Application\Server;
use Ratchet\Component\Server\FlashPolicyComponent;
/**
* @covers Ratchet\Component\WebSocket\Version\Hixie76
* @covers Ratchet\Component\Server\FlashPolicyComponent
*/
class FlashPolicyComponentTest extends \PHPUnit_Framework_TestCase {