Update fb_intercept() unit tests to fb_intercept2()
commit3e5ca0af983c47b33b35d65b7128fed712351938
authorJan Oravec <jan@fb.com>
Thu, 22 Jul 2021 05:18:36 +0000 (21 22:18 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Thu, 22 Jul 2021 05:20:41 +0000 (21 22:20 -0700)
treec32540c37ebbb3c7361fd477e03996a16f5d1f34
parent4263ae86f05bb9b29e62e60ca0d7cd8acf502991
Update fb_intercept() unit tests to fb_intercept2()

Summary:
In preparation of removal of fb_intercept(), migrate all tests to use
fb_intercept2().

Reviewed By: ricklavoie

Differential Revision: D29837729

fbshipit-source-id: c6784665c3139de567b2a5ab42964a6310cb0b23
37 files changed:
hphp/test/quick/exceptions7.php
hphp/test/quick/exceptions7.php.expect
hphp/test/quick/fb_intercept.php
hphp/test/quick/fb_intercept.php.expect
hphp/test/quick/intercept.php
hphp/test/quick/intercept2.php
hphp/test/quick/intercept2.php.expect
hphp/test/quick/intercept3.php
hphp/test/quick/nested_vm_exceptions2.php
hphp/test/quick/nested_vm_exceptions2.php.expectf
hphp/test/slow/inout/fb-intercept-argc.php
hphp/test/slow/inout/fb-intercept-argc.php.expect
hphp/test/slow/inout/fb-intercept-bad-handler.php
hphp/test/slow/inout/fb-intercept-bad-handler.php.expectf
hphp/test/slow/inout/fb-intercept-wrapper.php
hphp/test/slow/inout/fb-intercept.php
hphp/test/slow/inout/fb-intercept.php.expect
hphp/test/slow/intercept/1198.php
hphp/test/slow/intercept/1200.php
hphp/test/slow/intercept/1201.php
hphp/test/slow/intercept/exception.php
hphp/test/slow/intercept/extra_args.php
hphp/test/slow/intercept/extra_args.php.expect
hphp/test/slow/intercept/frame-args.php
hphp/test/slow/intercept/hac-warnings-2.php
hphp/test/slow/intercept/hac-warnings-2.php.norepo
hphp/test/slow/intercept/hac-warnings.php
hphp/test/slow/intercept/inout-handlers-2.php
hphp/test/slow/intercept/inout-handlers.php
hphp/test/slow/intercept/intercept_func_families.php
hphp/test/slow/intercept/intercept_methods.php
hphp/test/slow/intercept/member_fn_intercept.php
hphp/test/slow/intercept/member_fn_intercept.php.expect
hphp/test/slow/intercept/prolog.php
hphp/test/slow/intercept/prolog.php.expectf
hphp/test/slow/traits/2078.php
hphp/test/slow/traits/2079.php