Fix minor issues in slow/redeclared_classes tests.
commit88a38d677ece149f4565c04745a2885eac91223c
authorAlexey Toptygin <alexeyt@fb.com>
Thu, 21 Mar 2019 00:31:55 +0000 (20 17:31 -0700)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Thu, 21 Mar 2019 00:36:26 +0000 (20 17:36 -0700)
treee5a8c6cb65fa22401afea5f98b445b4dcd160893
parentb83cb96e49f73d690525473dab22c6c665add6ef
Fix minor issues in slow/redeclared_classes tests.

Summary:
D14459691 had 2 minor problems:
The redeclared_classes/1462.php test accidentally included the same file twice, when it should have included 2 different files.
The redeclared_classes/1465.php test reused includes from redeclared_classes/1464.php, which is confusing and fragile.
Fix both.

Reviewed By: oulgen

Differential Revision: D14542770

fbshipit-source-id: 7bb187d43d6654f9f1dee4563ceaf2963ef83928
hphp/test/slow/redeclared_classes/1462.php
hphp/test/slow/redeclared_classes/1465-1.inc [new file with mode: 0644]
hphp/test/slow/redeclared_classes/1465-2.inc [new file with mode: 0644]
hphp/test/slow/redeclared_classes/1465.php