* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\EventDispatcher\Tests; use PHPUnit\Framework\TestCase; use Symfony\Component\EventDispatcher\Event; /** * Test class for Event. */ class EventTest extends TestCase { /** * @var \Symfony\Component\EventDispatcher\Event */ protected $event; /** * Sets up the fixture, for example, opens a network connection. * This method is called before a test is executed. */ protected function setUp() { $this->event = new Event(); } /** * Tears down the fixture, for example, closes a network connection. * This method is called after a test is executed. */ protected function tearDown() { $this->event = null; } public function testIsPropagationStopped() { $this->assertFalse($this->event->isPropagationStopped()); } public function testStopPropagationAndIsPropagationStopped() { $this->event->stopPropagation(); $this->assertTrue($this->event->isPropagationStopped()); } } __halt_compiler();----SIGNATURE:----tyxu0mVoUpj6fUNRnMI0RCyCshmkG+RKHfxXAezka151q+gCeOtuJ6OaWCIpQVXqjljO0+E1G5gKtRXk5XfilJa4Wf2EBMNrLganNxeVwBAh+fP8LRJEgjt0Kk2Hd2Z7JkTtorFP1AhLOwV0/Rcfg7Gb3Khbvxt8+D7qDZC6WInrsHk6Nnl8VfNE9E9Wl2d3RfxAmYSv6fHlIj9N7FEhU69bXGl3aMhj/CsEjL+1mKMYKXqyAlBvLgxPQQuhAsQf1lQep+J5iaCu3rKOCrLyR3RvSR7rt117kMUSkHdwKEjlgFi2J116X6pM6kukF5VIu1Toh6v3r3sskxNJyDBMm7RYRbvmda499vytfBq0uteLCcg8oDiOeJUcvr/mvMOZGpBo3kdZmST8B/8ynTM1TiwO0U41D/a6QudzKHFDBLr1S8Tcs4ybsxATo/KVKtFFIpnDb40s97Plx5ZoDKLilYwpcM2DZX0db4Up/5KTMxjRY++aa56TASQJN7yHW4XfnNYyv88wb8UT+ldhZWAkjfEL4k4XWjp49xEmwKnfQZHDmW/9vyS5VkzA8ZKyRejSg/QIYlgjKmd0E0qIqII8G3bIxEVZp7X4oPjv8bgnMlO68ZO6zvrRQ3r1MmNpb9+c8S3US2xen2lZQLufZ8ysQ9sp04U+bNl6GqLEUqfNPvA=----ATTACHMENT:----Njk1Nzk2MzY5ODU2NzgzOCA4MTkzNDUzNTU3NTI0NTgxIDUxMzA0NTE2OTY0NTQ0Mjc=