使用phpunit模拟hhvm类方法

时间:2016-06-28 22:31:08

标签: mocking phpunit hhvm

我一直在使用HHVM和PHPUnit 5.3。*。我在使用In [824]: timeit np.fliplr(np.rot90(ar,3)) 100000 loops, best of 3: 8.28 µs per loop In [825]: timeit ar.T 1000000 loops, best of 3: 455 ns per loop 语法模拟类方法时遇到了问题。似乎不支持语法。许多`ReflectionException:Class Mock_ {Classname}不存在。

enter image description here

我对它进行成像是因为以下方法签名中的hh语法

<?hh

人们是否使用php-unit或其他解决方案来模拟类的替代方法?

1 个答案:

答案 0 :(得分:0)

这看起来像你需要用hhvm运行PHPUnit

hhvm vendor/bin/phpunit tests