Home
last modified time | relevance | path

Searched refs:SUT (Results 1 – 25 of 66) sorted by relevance

123

/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/
H A DTreeNode.php39 use Hoa\Compiler\Llk\TreeNode as SUT; alias
56 ->when($node = new SUT('foo'))
66 ->when($node = new SUT($id))
107 $children = [new SUT('baz'), new SUT('qux')]
129 $children = [new SUT('baz'), new SUT('qux')],
160 $node = new SUT('foo'),
256 $childA = new SUT('baz'),
257 $childB = new SUT('qux'),
274 $childA = new SUT('baz'),
377 ->given($node = new SUT('foo', ['bar'], [new SUT('baz')]))
[all …]
H A DLlk.php40 use Hoa\Compiler\Llk\Llk as SUT; alias
59 SUT::load($stream);
83 ->when($result = SUT::load($stream))
108 $parser = SUT::load($stream)
110 ->when($result = SUT::save($parser, 'Foobar'))
219 ->when($result = SUT::parsePP($pp, $tokens, $rules, $pragmas, 'streamFoo'))
254 ->when($result = SUT::parsePP($pp, $tokens, $rules, $pragmas, 'streamFoo'))
287 ->when($result = SUT::parsePP($pp, $tokens, $rules, $pragmas, 'streamFoo'))
314 SUT::parsePP($pp, $tokens, $rules, $pragmas, 'streamFoo');
338 ->when($result = SUT::parsePP($pp, $tokens, $rules, $pragmas, 'streamFoo'))
[all …]
H A DLexer.php40 use Hoa\Compiler\Llk\Lexer as SUT; alias
57 $lexer = new SUT(),
75 $lexer = new SUT(),
137 $lexer = new SUT(),
172 $lexer = new SUT(),
231 $lexer = new SUT(),
290 $lexer = new SUT(),
313 $lexer = new SUT(),
338 $lexer = new SUT(),
400 $lexer = new SUT(),
[all …]
/plugin/findologicxmlexport/vendor/hoa/exception/Test/Unit/
H A DGroup.php39 use Hoa\Exception\Group as SUT; alias
148 $group = new SUT('foo'),
168 $group = new SUT('foo'),
188 $group = new SUT('foo'),
211 $group = new SUT('foo'),
238 $group = new SUT('foo'),
274 $group = new SUT('foo'),
288 $group = new SUT('foo'),
340 $group = new SUT('foo'),
355 $group = new SUT('foo'),
[all …]
H A DIdle.php39 use Hoa\Exception\Idle as SUT; alias
55 ->when($result = new SUT('foo'))
64 ->given($exception = new SUT('foo'))
82 $previous = new SUT('previous'),
104 ->given($exception = new SUT('foo', 0, 'arg'))
116 $exception = new SUT($message)
129 $exception = new SUT($message, 0, 'bar')
141 ->given($exception = new SUT('foo'))
188 ->when($result = SUT::uncaught($exception))
204 SUT::uncaught(new \Exception('foo'));
[all …]
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/Node/
H A DNode.php40 use Hoa\Protocol\Node\Node as SUT; alias
56 ->when($result = new SUT())
66 ->when($result = new SUT())
91 $children = [new SUT('bar'), new SUT('baz')]
121 ->given($root = new SUT())
131 ->given($root = new SUT())
142 $root = new SUT(),
155 ->given($root = new SUT())
179 ->given($root = new SUT())
229 ->given($node = new SUT())
[all …]
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/Wrapper/
H A DWrapper.php40 use Hoa\Stream\Wrapper\Wrapper as SUT; alias
63 ->boolean(SUT::isRegistered('foo'))
71 SUT::register('php', 'ClassName');
81 SUT::register('foo', 'ClassName');
94 SUT::register('foo', 'StdClass'),
119 ->when($result = SUT::restore('php'))
128 ->when($result = SUT::restore('foo'))
155 ->when($result = SUT::getRegistered())
175 $result = SUT::getRegistered()
182 SUT::unregister('foo'),
[all …]
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/Filter/
H A DFilter.php40 use Hoa\Stream\Filter as SUT; alias
56 ->boolean(SUT::OVERWRITE)
58 ->boolean(SUT::DO_NOT_OVERWRITE)
60 ->integer(SUT::READ)
62 ->integer(SUT::WRITE)
64 ->integer(SUT::READ_AND_WRITE)
83 SUT::register($name, $class)
86 SUT::register($name, $class);
100 ->when($result = SUT::register($name, \Mock\StdClass::class, SUT::OVERWRITE))
123 SUT::register('foo', '42Foo');
[all …]
H A DBasic.php40 use Mock\Hoa\Stream\Filter\Basic as SUT; alias
56 ->integer(SUT::PASS_ON)
58 ->integer(SUT::FEED_ME)
60 ->integer(SUT::FATAL_ERROR)
62 ->integer(SUT::FLAG_NORMAL)
73 ->when($result = new SUT())
82 ->when($result = new SUT())
91 ->given($filter = new SUT())
102 $filter = new SUT(),
115 ->given($filter = new SUT())
[all …]
/plugin/findologicxmlexport/vendor/hoa/event/Test/Unit/
H A DEvent.php40 use Hoa\Event\Event as SUT; alias
61 ->object(SUT::getEvent($eventId))
101 SUT::register($eventId, $source)
104 SUT::register($eventId, $source);
141 SUT::register($eventId, $source)
155 SUT::register($eventId, $source),
156 $event = SUT::getEvent($eventId)
162 ->object(SUT::getEvent($eventId))
242 SUT::register($eventId, $source),
243 SUT::getEvent($eventId)->attach(
[all …]
H A DListener.php40 use Hoa\Event\Listener as SUT; alias
60 ->when($result = new SUT($source, $ids))
78 $listener = new SUT($source, ['foo', 'bar']),
97 $listener = new SUT($source, ['foo', 'baz']),
112 $listener = new SUT($source, ['foo', 'bar']),
132 $listener = new SUT($source, ['foo', 'baz']),
147 $listener = new SUT($source, ['foo', 'bar'])
163 $listener = new SUT($source, ['foo', 'baz'])
177 $listener = new SUT($source, $ids)
200 $listener = new SUT($source, $ids),
[all …]
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
H A DContext.php40 use Hoa\Stream\Context as SUT; alias
57 SUT::getInstance(null);
65 ->when($result = SUT::getInstance('foo'))
68 ->isInstanceOf(SUT::class);
74 ->when($result = SUT::getInstance('foo'))
83 ->when($result = SUT::getInstance('foo'))
94 $context = SUT::getInstance($id)
107 SUT::getInstance($id)
109 ->when($result = SUT::contextExists($id))
128 $context = SUT::getInstance('foo'),
[all …]
H A DBucket.php39 use Hoa\Stream\Bucket as SUT; alias
55 ->boolean(SUT::IS_A_BRIGADE)
57 ->boolean(SUT::IS_A_STREAM)
65 ->when($result = new SUT($brigade, SUT::IS_A_BRIGADE))
68 ->isEqualTo(SUT::IS_A_BRIGADE)
81 ->when($result = new SUT($stream, SUT::IS_A_STREAM, $buffer))
84 ->isEqualTo(SUT::IS_A_STREAM)
102 $bucket = new SUT($stream, SUT::IS_A_STREAM)
116 $bucket = new SUT($stream, SUT::IS_A_STREAM, $oldBuffer),
141 $bucket = new SUT($stream, SUT::IS_A_STREAM, $buffer)
[all …]
H A DStream.php66 ->integer(SUT::NAME)
68 ->integer(SUT::HANDLER)
70 ->integer(SUT::RESOURCE)
72 ->integer(SUT::CONTEXT)
202 $stream = new SUT($name),
276 $stream = new SUT($name)
289 $stream = new SUT($name)
317 $stream = new SUT($name)
330 $stream = new SUT($name)
769 class SUT extends LUT\Stream class
[all …]
/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/
H A DConsistency.php39 use Hoa\Consistency\Consistency as SUT; alias
60 ->when($result = SUT::entityExists('foo'))
89 ->when($result = SUT::entityExists('foo'))
116 ->when($result = SUT::getEntityShortestName('Foo'))
218 ->boolean(SUT::isKeyword($keyword))
231 ->boolean(SUT::isIdentifier($identifier))
265 ->when($result = SUT::getPHPBinary())
278 ->when($result = SUT::getPHPBinary())
294 ->when($result = SUT::getPHPBinary())
304 ->when($result = SUT::uuid())
[all …]
H A DAutoloader.php39 use Hoa\Consistency\Autoloader as SUT; alias
56 $autoloader = new SUT(),
79 $autoloader = new SUT(),
102 $autoloader = new SUT(),
118 $autoloader = new SUT(),
134 $autoloader = new SUT(),
165 ->given($autoloader = new SUT())
224 $autoloader = new SUT(),
257 ->given($autoloader = new SUT())
267 ->given($autoloader = new SUT())
[all …]
H A DXcallable.php39 use Hoa\Consistency\Xcallable as SUT; alias
55 ->when($result = new SUT('strtoupper'))
109 ->when($result = new SUT($this, 'strtolower'))
131 ->when($result = new SUT($this))
158 ->when($result = new SUT($closure))
217 new SUT(__CLASS__, 123);
226 new SUT('__hoa_test_undefined_function__');
236 new SUT($this);
245 $callable = new SUT(
261 $callable = new SUT(
[all …]
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/Rule/
H A DRule.php40 use Mock\Hoa\Compiler\Llk\Rule as SUT; alias
59 ->when($result = new SUT($name, $children))
97 $rule = new SUT($name, $children)
111 $rule = new SUT('foo', $children),
126 $rule = new SUT($name, $children)
140 $rule = new SUT($name, ['bar']),
170 $rule = new SUT($name, $children),
185 $rule = new SUT($name, $children),
200 $rule = new SUT($name, $children),
215 $rule = new SUT($name, $children),
[all …]
H A DToken.php40 use Hoa\Compiler\Llk\Rule\Token as SUT; alias
56 ->when($result = new SUT('name', 'tokenName', 'nodeId', 0))
71 ->when($result = new SUT($name, $tokenName, $nodeId, $unification))
117 $token = new SUT($name, $tokenName, $nodeId, $unification)
134 $token = new SUT($name, $tokenName, $nodeId, $unification)
151 $token = new SUT($name, $tokenName, $nodeId, $unification),
169 $token = new SUT($name, $tokenName, $nodeId, $unification)
231 $token = new SUT($name, $tokenName, $nodeId, $unification)
266 $token = new SUT($name, $tokenName, $nodeId, $unification)
283 $token = new SUT($name, $tokenName, $nodeId, $unification),
[all …]
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/
H A DWrapper.php40 use Hoa\Protocol\Wrapper as SUT; alias
77 $wrapper = new SUT(),
94 $wrapper = new SUT(),
109 $wrapper = new SUT()
121 $wrapper = new SUT(),
144 $wrapper = new SUT(),
189 $wrapper = new SUT()
230 $wrapper = new SUT()
264 $wrapper = new SUT()
298 $wrapper = new SUT()
[all …]
H A DProtocol.php39 use Hoa\Protocol\Protocol as SUT; alias
55 ->when($result = SUT::getInstance())
64 ->when($result = SUT::getInstance())
93 ->given($protocol = SUT::getInstance())
103 ->given($protocol = SUT::getInstance())
107 ->isEqualTo(SUT::NO_RESOLUTION);
113 ->given($protocol = SUT::getInstance())
123 ->given($protocol = SUT::getInstance())
137 $protocol = SUT::getInstance()
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Integration/Filter/
H A DFilter.php39 use Hoa\Stream\Filter as SUT; alias
63 SUT::append($stream, $name),
82 SUT::prepend($stream, $name),
102 SUT::append($stream, $name1),
103 SUT::append($stream, $name2),
123 SUT::append($stream, $name1),
124 SUT::prepend($stream, $name2),
144 SUT::prepend($stream, $name1),
145 SUT::prepend($stream, $name2),
165 $this->resource(SUT::prepend($stream, $name));
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/IStream/
H A DLockable.php40 use Hoa\Stream\IStream\Lockable as SUT; alias
59 ->isInstanceOf(SUT::class)
66 ->when($result = SUT::LOCK_SHARED)
71 ->when($result = SUT::LOCK_EXCLUSIVE)
76 ->when($result = SUT::LOCK_RELEASE)
81 ->when($result = SUT::LOCK_NO_BLOCK)
H A DTouchable.php40 use Hoa\Stream\IStream\Touchable as SUT; alias
59 ->isInstanceOf(SUT::class)
66 ->when($result = SUT::OVERWRITE)
71 ->when($result = SUT::DO_NOT_OVERWRITE)
76 ->when($result = SUT::MAKE_DIRECTORY)
81 ->when($result = SUT::DO_NOT_MAKE_DIRECTORY)
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Integration/Llk/Rule/
H A DAnalyzer.php41 use Hoa\Compiler\Llk\Rule\Analyzer as SUT; alias
70 $analyzer = new SUT($tokens),
92 $analyzer = new SUT($tokens),
124 $analyzer = new SUT($tokens),
173 $analyzer = new SUT($tokens),
194 $analyzer = new SUT($tokens),
293 ->given($analyzer = new SUT([]))
307 $analyzer = new SUT($tokens)
325 $analyzer = new SUT($tokens)
340 $analyzer = new SUT($tokens)
[all …]

123