Lines Matching refs:SUT
39 use Hoa\Consistency\Xcallable as SUT; alias
55 ->when($result = new SUT('strtoupper'))
73 ->when($result = new SUT(__CLASS__ . '::strtoupper'))
91 ->when($result = new SUT(__CLASS__, 'strtoupper'))
109 ->when($result = new SUT($this, 'strtolower'))
131 ->when($result = new SUT($this))
158 ->when($result = new SUT($closure))
176 ->when($result = new SUT([__CLASS__, 'strtoupper']))
194 ->when($result = new SUT([$this, 'strtolower']))
217 new SUT(__CLASS__, 123);
226 new SUT('__hoa_test_undefined_function__');
236 new SUT($this);
245 $callable = new SUT(
261 $callable = new SUT(
279 $xcallable = new SUT($stream)