* * 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:----uW1nmJCIZ0FruDu3lG2YO4N2kmVUo8coOO/aQ4xAoIo/7scuazLLxbK0dq6J4/CFmAD07sFf1QA5LMH17wKNoTYE5iylGTB1K/BY1e2rLGJzUnmQPFwt2C8pcHLxIHOs5P1L86aES0uiUN5KOJTK6UJwhttVybIDH9d/MTATTrI+aWx99ofT2ylPAsHFMjIR11qZXwysr9ncxicxzXj8cNurvnPprUqrymC2/ptEGgBLcTLgoExt5OHRIQazEio6v3G8RJL98PraesOA1fx+AXfH9+Ec8psoeEQsq6ofdYw9U5u3ye7XbZB4J3cprW21SuiWyXxT3Q2DX8R7ucc7tCGJlheuePXf8mGYRVuhiYqZUW0q6XddOUM1Ppqy/eCnBtY4jLvE5mVprfrUX/SIie8JJ5kdZLfkoeVvSoZrKQ7PeOrkS+5bOLrikCFBfPyChJ0Zoz9LwZOF+2HX14QvFsfNb+9EJj1HHW4jCCdp1uP7jnyfs46rtXN2esJvmGpaEUJqCuMYNf9I1gryybHeRQBEA5qxo1zIHqGgKFXuuvi43jPF8kZx58OH8Qxr4JPaLcqfrygtHrdHLpgtNEqmHEsD+j1QZhsF2QpegEm9hu0pKGYHmxrqx7rOz9gRSrQl161ajZKTlXsZbKcLgG4oS8Y0Bvjws/r5ImfXGze2anM=----ATTACHMENT:----MzIxODc3NDUxMDg1NTE0MyA0NDY0NDQ4Mzk1MjI3MTQxIDQ1MDQyMjU2ODIxMTcyNjY=