Delete some bogus tests that still mention ArrayAccess.
commit35eb6d9693c3376d7d223dace4eaed303dfe6d15
authorAlexey Toptygin <alexeyt@fb.com>
Thu, 20 Feb 2020 17:17:33 +0000 (20 09:17 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Thu, 20 Feb 2020 17:33:14 +0000 (20 09:33 -0800)
treeb48d98cca5be6bb16c43cbaa3d8172061c9f8935
parent8bcd4aaa62f4d56b94a0d6591e853d497ece8454
Delete some bogus tests that still mention ArrayAccess.

Summary:
Remove slow/hhbbc/array_access_003.php. It isn't testing ArrayAccess and it never did (it constructs and destroys an instance of a class that implements ArrayAccess, but has no other interaction with it).

Remove slow/spec/tests/interfaces/arrayaccess.php. It isn't testing anything IIUC (we have plenty of other tests that declare interfaces and set error_reporting).

Reviewed By: ricklavoie

Differential Revision: D19990938

fbshipit-source-id: c84a6d2e6f87e7caf533b772e4ccaef406f2ac5e
hphp/test/slow/hhbbc/array_access_003.php [deleted file]
hphp/test/slow/hhbbc/array_access_003.php.expect [deleted file]
hphp/test/slow/spec/tests/interfaces/arrayaccess.php [deleted file]
hphp/test/slow/spec/tests/interfaces/arrayaccess.php.expect [deleted file]