Skip to content

Commit

Permalink
Move FCI tests to extensions and attach oncall (5 / n)
Browse files Browse the repository at this point in the history
Summary: Moves fci tests  from `hphp/facebook/test/ext/` to `hphp/facebook/extensions/fci/test/`. This will help decouple tests such that the extension team can own the tests.

Reviewed By: mdko

Differential Revision: D67214628

fbshipit-source-id: 2baf6c7cc99eaaac86ca4aab41011b5eedc1a501
  • Loading branch information
jaewie authored and facebook-github-bot committed Dec 14, 2024
1 parent 6607b05 commit c0df0e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hphp/test/run.php
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,7 @@ function find_test_files(string $file): vec<string>{
'cryptonative' => 'hphp/facebook/extensions/cryptonative/test',
'thrift' => 'hphp/facebook/extensions/thrift/test',
'flighttracker' => 'hphp/facebook/extensions/flighttracker/test',
'fci' => 'hphp/facebook/extensions/fci/test',
];

$pattern = $mappage[$file] ?? null;
Expand Down

0 comments on commit c0df0e0

Please sign in to comment.