Skip to content

Commit

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

Differential Revision: D67226077

fbshipit-source-id: b48b35198a16c1a9e913fe11f2305fdc07e14de1
  • Loading branch information
jaewie authored and facebook-github-bot committed Dec 27, 2024
1 parent 9be9cfa commit 6a69b83
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 @@ -563,6 +563,7 @@ function find_test_files(string $file): vec<string>{
'thrift' => 'hphp/facebook/extensions/thrift/test',
'flighttracker' => 'hphp/facebook/extensions/flighttracker/test',
'fci' => 'hphp/facebook/extensions/fci/test',
'scribe' => 'hphp/facebook/extensions/scribe/test',
];

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

0 comments on commit 6a69b83

Please sign in to comment.