Skip to content

Commit fcaca0f

Browse files
Remove empty tests
1 parent 2497d1a commit fcaca0f

File tree

6 files changed

+7
-22
lines changed

6 files changed

+7
-22
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
pull_request:
99
schedule:
1010
# Run every day at 6:34PM
11-
- cron: '34 18 * * *'
11+
- cron: "34 18 * * *"
1212
jobs:
1313
build:
1414
name: HHVM ${{matrix.hhvm}}
@@ -31,3 +31,4 @@ jobs:
3131
hhvm_flags: -dhhvm.autoload.enabled=true -dhhvm.autoload.db.path=.var/facts-%{euid}-%{schema}.db
3232
skip_lint: ${{matrix.hhvm == '4.102'}}
3333
lint_engine: pha
34+
skip_tests: true

composer.4.102.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"name": "hershel-theodore-layton/html-stream-non-namespaced",
3-
"description": "HTML elements for sgml-stream in the root namespace.",
2+
"name": "hershel-theodore-layton/html-stream-namespaced",
3+
"description": "HTML elements for sgml-stream in the HTL\\HTMLStream namespace.",
44
"license": "MIT",
55
"require": {
66
"hhvm": "^4.102",
77
"hershel-theodore-layton/sgml-stream": "^1.0.1 || dev-master"
88
},
99
"require-dev": {
1010
"hhvm/hhvm-autoload": "^3.2",
11-
"hhvm/hacktest": "^2.3",
12-
"facebook/fbexpect": "^2.8"
11+
"hhvm/hsl": "^4",
12+
"hhvm/hsl-experimental": "^4"
1313
},
1414
"scripts": {
1515
"post-install-cmd": [

composer.dev.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
},
99
"require-dev": {
1010
"hhvm/hhvm-autoload": "^3.2",
11-
"hhvm/hacktest": "^2.3",
12-
"facebook/fbexpect": "^2.8",
1311
"hershel-theodore-layton/portable-hack-ast-linters-server": "<1"
1412
},
1513
"scripts": {

composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
"hershel-theodore-layton/sgml-stream": "^1.0.1 || dev-master"
88
},
99
"require-dev": {
10-
"hhvm/hhvm-autoload": "^3.2",
11-
"hhvm/hacktest": "^2.3",
12-
"facebook/fbexpect": "^2.8"
10+
"hhvm/hhvm-autoload": "^3.2"
1311
},
1412
"scripts": {
1513
"post-install-cmd": [

hh_autoload.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
"roots": [
33
"src/"
44
],
5-
"devRoots": [
6-
"tests/"
7-
],
85
"useFactsIfAvailable": true,
96
"devFailureHandler": "Facebook\\AutoloadMap\\HHClientFallbackHandler"
107
}

tests/WeShouldWriteATest.hack

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)