UNPKG

php-embed

Version:

Bidirectional interoperability between PHP and Node.js in a single process

12 lines (10 loc) 274 B
require('should'); describe('Opcache extension', function() { var php = require('../'); it('should be loaded', function() { return php.request({ source: 'opcache_get_status() !== false' }) .then(function(v) { v.should.equal(true); }); }); });