Home
last modified time | relevance | path

Searched refs:shouldReceive (Results 1 – 25 of 298) sorted by relevance

12345678910>>...12

/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/
H A DAbstractSmtpTest.php23 $buf->shouldReceive('initialize')
25 $buf->shouldReceive('readLine')
44 $buf->shouldReceive('initialize')
46 $buf->shouldReceive('readLine')
105 $buf->shouldReceive('write')
133 $buf->shouldReceive('write')
174 $buf->shouldReceive('write')
236 $buf->shouldReceive('write')
266 $buf->shouldReceive('write')
299 $buf->shouldReceive('write')
[all …]
H A DAbstractSmtpEventSupportTest.php28 $message->shouldReceive('getFrom')
31 $message->shouldReceive('getTo')
62 $message->shouldReceive('getTo')
96 $buf->shouldReceive('write')
100 $buf->shouldReceive('readLine')
104 $buf->shouldReceive('write')
108 $buf->shouldReceive('readLine')
147 $buf->shouldReceive('write')
155 $buf->shouldReceive('write')
201 $buf->shouldReceive('write')
[all …]
H A DLoadBalancedTransportTest.php15 $t1->shouldReceive('isStarted')
20 $t1->shouldReceive('start')
27 $t1->shouldReceive('send')
36 $t1->shouldReceive('send')
45 $t2->shouldReceive('start')
52 $t2->shouldReceive('send')
61 $t2->shouldReceive('send')
95 $t1->shouldReceive('send')
104 $t1->shouldReceive('send')
107 $t1->shouldReceive('send')
[all …]
H A DFailoverTransportTest.php13 $t1->shouldReceive('isStarted')
18 $t1->shouldReceive('start')
25 $t1->shouldReceive('send')
57 $t1->shouldReceive('start')
64 $t1->shouldReceive('send')
78 $t2->shouldReceive('start')
85 $t2->shouldReceive('send')
118 $t1->shouldReceive('send')
159 $t1->shouldReceive('send')
167 $t1->shouldReceive('send')
[all …]
H A DEsmtpTransportTest.php33 $buf->shouldReceive('setParam')
96 $buf->shouldReceive('readLine')
100 $buf->shouldReceive('write')
104 $buf->shouldReceive('readLine')
136 $buf->shouldReceive('write')
144 $buf->shouldReceive('write')
175 $buf->shouldReceive('write')
183 $buf->shouldReceive('write')
223 $buf->shouldReceive('write')
259 $buf->shouldReceive('write')
[all …]
H A DSendmailTransportTest.php43 $message->shouldReceive('getTo')
49 $buf->shouldReceive('initialize')
51 $buf->shouldReceive('terminate')
70 $message->shouldReceive('getTo')
76 $buf->shouldReceive('initialize')
78 $buf->shouldReceive('terminate')
97 $message->shouldReceive('getTo')
103 $buf->shouldReceive('initialize')
105 $buf->shouldReceive('terminate')
124 $message->shouldReceive('getTo')
[all …]
H A DMailTransportTest.php17 $invoker->shouldReceive('mail')
35 $to->shouldReceive('getFieldBody')
38 $invoker->shouldReceive('mail')
60 $invoker->shouldReceive('mail')
83 $invoker->shouldReceive('mail')
104 $invoker->shouldReceive('mail')
129 $invoker->shouldReceive('mail')
157 $invoker->shouldReceive('mail')
185 $invoker->shouldReceive('mail')
519 $set->shouldReceive('get')
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/
H A DExtensionSupportTest.php48 $buf->shouldReceive('readLine')
52 $buf->shouldReceive('write')
56 $buf->shouldReceive('readLine')
60 $buf->shouldReceive('readLine')
99 $buf->shouldReceive('write')
161 $buf->shouldReceive('write')
177 $buf->shouldReceive('write')
185 $buf->shouldReceive('write')
247 $buf->shouldReceive('write')
263 $buf->shouldReceive('write')
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/
H A DArrayCharacterStreamTest.php12 $reader->shouldReceive('getInitialByteSize')
40 $reader->shouldReceive('getInitialByteSize')
71 $reader->shouldReceive('getInitialByteSize')
116 $reader->shouldReceive('getInitialByteSize')
159 $reader->shouldReceive('getInitialByteSize')
182 $reader->shouldReceive('getInitialByteSize')
254 $os->shouldReceive('setReadPointer')
263 $os->shouldReceive('read')
285 $os->shouldReceive('setReadPointer')
294 $os->shouldReceive('read')
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/
H A DQpEncoderTest.php41 $charStream->shouldReceive('readBytes')
44 $charStream->shouldReceive('readBytes')
86 $charStream->shouldReceive('flushContents')
88 $charStream->shouldReceive('importString')
112 $charStream->shouldReceive('importString')
165 $charStream->shouldReceive('importString')
217 $charStream->shouldReceive('readBytes')
247 $charStream->shouldReceive('readBytes')
299 $charStream->shouldReceive('readBytes')
302 $charStream->shouldReceive('readBytes')
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/
H A DBase64ContentEncoderTest.php39 $is->shouldReceive('write')
42 $os->shouldReceive('read')
45 $os->shouldReceive('read')
154 $os->shouldReceive('read')
157 $os->shouldReceive('read')
160 $os->shouldReceive('read')
163 $os->shouldReceive('read')
166 $os->shouldReceive('read')
169 $os->shouldReceive('read')
172 $os->shouldReceive('read')
[all …]
H A DQpContentEncoderTest.php48 $is->shouldReceive('write')
103 $is->shouldReceive('write')
111 $charStream->shouldReceive('readBytes')
144 $is->shouldReceive('write')
214 $is->shouldReceive('write')
275 $is->shouldReceive('write')
305 $is->shouldReceive('write')
342 $is->shouldReceive('write')
376 $is->shouldReceive('write')
410 $is->shouldReceive('write')
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/
H A DDecoratorPluginTest.php14 $message->shouldReceive('setBody')
17 $message->shouldReceive('setBody')
39 $message->shouldReceive('setBody')
42 $message->shouldReceive('setBody')
45 $message->shouldReceive('setBody')
48 $message->shouldReceive('setBody')
120 $part1->shouldReceive('setBody')
123 $part2->shouldReceive('setBody')
126 $part1->shouldReceive('setBody')
234 $part->shouldReceive('getId')
[all …]
H A DReporterPluginTest.php11 … $message->shouldReceive('getTo')->zeroOrMoreTimes()->andReturn(array('foo@bar.tld' => 'Foo'));
12 $evt->shouldReceive('getMessage')->zeroOrMoreTimes()->andReturn($message);
13 $evt->shouldReceive('getFailedRecipients')->zeroOrMoreTimes()->andReturn(array());
27 $evt->shouldReceive('getMessage')->zeroOrMoreTimes()->andReturn($message);
28 … $evt->shouldReceive('getFailedRecipients')->zeroOrMoreTimes()->andReturn(array('zip@button'));
42 … $message->shouldReceive('getTo')->zeroOrMoreTimes()->andReturn(array('foo@bar.tld' => 'Foo'));
44 $evt->shouldReceive('getMessage')->zeroOrMoreTimes()->andReturn($message);
45 … $evt->shouldReceive('getFailedRecipients')->zeroOrMoreTimes()->andReturn(array('zip@button'));
60 … $message->shouldReceive('getTo')->zeroOrMoreTimes()->andReturn(array('foo@bar.tld' => 'Foo'));
62 $evt->shouldReceive('getMessage')->zeroOrMoreTimes()->andReturn($message);
[all …]
/dports/www/ilias/ILIAS-5.4.25/Services/WebDAV/test/dav/
H A DilObjContainerDAVTest.php39 $this->mocked_obj->shouldReceive(['getRefId' => $this->ref_id]);
80 $this->mocked_dav_helper->shouldReceive('isDAVableObject')->andReturn(true);
81 $this->mocked_repo_helper->shouldReceive('checkAccess')->andReturn(true);
111 $this->mocked_dav_helper->shouldReceive('isDAVableObject')->andReturn(false);
136 $this->mocked_dav_helper->shouldReceive('isDAVableObject')->andReturn(true);
137 $this->mocked_repo_helper->shouldReceive('checkAccess')->andReturn(false);
215 $this->mocked_dav_helper->shouldReceive('isDAVableObject')->andReturn(true);
217 $this->mocked_repo_helper->shouldReceive('checkAccess')->andReturn(false);
243 $this->mocked_dav_helper->shouldReceive('isDAVableObject')->andReturn(true);
245 $this->mocked_repo_helper->shouldReceive('checkAccess')->andReturn(true);
[all …]
/dports/www/ilias6/ILIAS-6.14/Services/WebDAV/test/dav/
H A DilObjContainerDAVTest.php39 $this->mocked_obj->shouldReceive(['getRefId' => $this->ref_id]);
80 $this->mocked_dav_helper->shouldReceive('isDAVableObject')->andReturn(true);
81 $this->mocked_repo_helper->shouldReceive('checkAccess')->andReturn(true);
111 $this->mocked_dav_helper->shouldReceive('isDAVableObject')->andReturn(false);
136 $this->mocked_dav_helper->shouldReceive('isDAVableObject')->andReturn(true);
137 $this->mocked_repo_helper->shouldReceive('checkAccess')->andReturn(false);
215 $this->mocked_dav_helper->shouldReceive('isDAVableObject')->andReturn(true);
217 $this->mocked_repo_helper->shouldReceive('checkAccess')->andReturn(false);
243 $this->mocked_dav_helper->shouldReceive('isDAVableObject')->andReturn(true);
245 $this->mocked_repo_helper->shouldReceive('checkAccess')->andReturn(true);
[all …]
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/lib/php/BusinessRules/test/
H A DClearingDecisionProcessorTest.php86 $this->dbManager->shouldReceive('begin')->withNoArgs();
87 $this->dbManager->shouldReceive('commit')->withNoArgs();
106 $this->clearingDao->shouldReceive("getRelevantClearingEvents")
118 $this->clearingDao->shouldReceive("getRelevantClearingDecision")
133 $this->clearingDao->shouldReceive("getRelevantClearingEvents")
162 $this->clearingDao->shouldReceive("getRelevantClearingEvents")
193 $this->clearingDao->shouldReceive("getRelevantClearingEvents")
223 $this->clearingDao->shouldReceive("getRelevantClearingEvents")
255 $this->clearingDao->shouldReceive("getRelevantClearingEvents")
300 $this->clearingDao->shouldReceive("insertClearingEvent")
[all …]
/dports/audio/ampache/ampache-php74-5.0.0/tests/Module/Application/PrivateMessage/
H A DShowAddMessageActionTest.php81 $gatekeeper->shouldReceive('mayAccess')
97 $gatekeeper->shouldReceive('mayAccess')
125 $this->ui->shouldReceive('showHeader')
128 $this->ui->shouldReceive('show')
134 $this->ui->shouldReceive('showFooter')
165 $this->ui->shouldReceive('showHeader')
168 $this->ui->shouldReceive('show')
174 $this->ui->shouldReceive('showFooter')
224 $this->ui->shouldReceive('show')
252 $message->shouldReceive('getSubject')
[all …]
H A DShowActionTest.php73 $gatekeeper->shouldReceive('mayAccess')
88 $gatekeeper->shouldReceive('mayAccess')
110 $gatekeeper->shouldReceive('mayAccess')
130 $this->ui->shouldReceive('showHeader')
147 $gatekeeper->shouldReceive('mayAccess')
151 $gatekeeper->shouldReceive('getUserId')
176 $this->ui->shouldReceive('showHeader')
215 $message->shouldReceive('isRead')
228 $this->ui->shouldReceive('showHeader')
231 $this->ui->shouldReceive('show')
[all …]
H A DConfirmDeleteActionTest.php72 $gatekeeper->shouldReceive('mayAccess')
87 $gatekeeper->shouldReceive('mayAccess')
105 $gatekeeper->shouldReceive('mayAccess')
135 $gatekeeper->shouldReceive('mayAccess')
139 $gatekeeper->shouldReceive('getUserId')
153 $request->shouldReceive('getQueryParams')
181 $gatekeeper->shouldReceive('mayAccess')
185 $gatekeeper->shouldReceive('getUserId')
203 $request->shouldReceive('getQueryParams')
221 $this->ui->shouldReceive('showHeader')
[all …]
/dports/audio/ampache/ampache-php74-5.0.0/tests/Module/Application/Artist/
H A DShowActionTest.php82 $this->ui->shouldReceive('showHeader')
88 $this->ui->shouldReceive('showFooter')
102 $artist->shouldReceive('format')
105 $artist->shouldReceive('isNew')
134 $this->ui->shouldReceive('showHeader')
143 $this->ui->shouldReceive('show')
169 $artist->shouldReceive('format')
172 $artist->shouldReceive('isNew')
211 $this->ui->shouldReceive('show')
237 $artist->shouldReceive('format')
[all …]
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/wpb/string-blade-compiler/tests/View/
H A DStringViewTest.php41 $view->getFactory()->shouldReceive('incrementRender')->once()->ordered();
45 $view->getFactory()->shouldReceive('decrementRender')->once()->ordered();
46 $view->getFactory()->shouldReceive('flushStateIfDoneRendering')->once();
59 $view->getFactory()->shouldReceive('incrementRender');
60 $view->getFactory()->shouldReceive('callComposer');
62 $view->getEngine()->shouldReceive('get')->andReturn('contents');
63 $view->getFactory()->shouldReceive('decrementRender');
64 $view->getFactory()->shouldReceive('flushStateIfDoneRendering');
104 $view->getFactory()->shouldReceive('incrementRender')->twice();
108 $view->getFactory()->shouldReceive('decrementRender')->twice();
[all …]
H A DViewTest.php41 $view->getFactory()->shouldReceive('incrementRender')->once()->ordered();
45 $view->getFactory()->shouldReceive('decrementRender')->once()->ordered();
46 $view->getFactory()->shouldReceive('flushStateIfDoneRendering')->once();
59 $view->getFactory()->shouldReceive('incrementRender');
60 $view->getFactory()->shouldReceive('callComposer');
62 $view->getEngine()->shouldReceive('get')->andReturn('contents');
63 $view->getFactory()->shouldReceive('decrementRender');
64 $view->getFactory()->shouldReceive('flushStateIfDoneRendering');
97 $view->getFactory()->shouldReceive('incrementRender')->twice();
101 $view->getFactory()->shouldReceive('decrementRender')->twice();
[all …]
/dports/audio/ampache/ampache-php74-5.0.0/tests/Module/Application/
H A DApplicationRunnerTest.php89 $this->dic->shouldReceive('get')
120 $this->dic->shouldReceive('get')
150 $emitter->shouldReceive('emit')
159 $this->dic->shouldReceive('get')
163 $this->dic->shouldReceive('get')
180 $handler->shouldReceive('run')
204 $emitter->shouldReceive('emit')
213 $this->dic->shouldReceive('get')
234 $handler->shouldReceive('run')
288 $handler->shouldReceive('run')
[all …]
/dports/audio/ampache/ampache-php74-5.0.0/tests/Module/Application/Album/
H A DShowActionTest.php101 $album->shouldReceive('format')
104 $album->shouldReceive('isNew')
109 $this->ui->shouldReceive('showHeader')
115 $this->ui->shouldReceive('showFooter')
153 $album->shouldReceive('format')
156 $album->shouldReceive('isNew')
161 $this->ui->shouldReceive('showHeader')
170 $this->ui->shouldReceive('show')
301 $album->shouldReceive('format')
304 $album->shouldReceive('isNew')
[all …]

12345678910>>...12