The variable $result seems to be never declared. Assigning variables without defining them first makes them global. If this was intended, consider making it explicit like using window.$result.
Loading history...
15
assert.equal($geez_number, $result);
16
});
17
});
18
});
19
20
describe('#test_invalid_number_throw_exception()', function () {
21
it('should throws NotAnIntegerArgumentException', function () {