eZ\Publish\Core\SignalSlot\Tests\SignalDispatcher\DefaultSignalDispatcherTest::testEmitSignalNoSlot PHP Метод

testEmitSignalNoSlot() публичный Метод

    public function testEmitSignalNoSlot()
    {
        $signal = $this->getMock('\\eZ\\Publish\\Core\\SignalSlot\\Signal');
        $dispatcher = new SignalSlot\SignalDispatcher\DefaultSignalDispatcher();
        $dispatcher->emit($signal);
    }