Skip to content
This repository was archived by the owner on Jul 1, 2023. It is now read-only.

Commit 7a3581b

Browse files
fredemmottfacebook-github-bot
authored andcommitted
dev-only: Support typed user attributes
Summary: Pull Request resolved: #7 Reviewed By: kmeht Differential Revision: D10447968 Pulled By: kmeht fbshipit-source-id: a55f7fd27efef4ebf879fb12922391c500f0fc7b
1 parent cd19bf8 commit 7a3581b

File tree

3 files changed

+38
-152
lines changed

3 files changed

+38
-152
lines changed

.hhconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
assume_php=false
2+
user_attributes=

composer.lock

Lines changed: 36 additions & 152 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/StringDiffTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
use function Facebook\FBExpect\expect;
1515

1616
// @oss-disable: use type \DataProvider;
17+
use type Facebook\HackTest\DataProvider; // @oss-enable
1718

1819
/** Test string-specific functionality */
1920
final class StringDiffTest extends \Facebook\HackTest\HackTest {

0 commit comments

Comments
 (0)