eZ\Publish\Core\SignalSlot\Tests\SignalDispatcher\GeneralSlotFactoryTest::providerForFactoryTests PHP Method

providerForFactoryTests() public method

    public function providerForFactoryTests()
    {
        return array(array(array('slot1' => true, 'slot2' => true)), array(array('slot1' => $this->getMock('\\eZ\\Publish\\Core\\SignalSlot\\Slot'), 'slot2' => $this->getMock('\\eZ\\Publish\\Core\\SignalSlot\\Slot'))));
    }