FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
bitcoin-php/phpunit.xml at main · ProtonMail/bitcoin-php · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
ProtonMail
/
bitcoin-php
Public
forked from
Bit-Wasp/bitcoin-php
Notifications
You must be signed in to change notification settings
Fork
23
Star
32
Code
Issues
3
Pull requests
1
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
bitcoin-php
/
phpunit.xml
Copy path
More file actions
More file actions
Latest commit
History
History
History
28 lines (26 loc) · 1.11 KB
Breadcrumbs
bitcoin-php
/
phpunit.xml
Copy path
File metadata and controls
28 lines (26 loc) · 1.11 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?
xml
version
=
"
1.0
"
encoding
=
"
UTF-8
"
?>
<
phpunit
bootstrap
=
"
tests/bootstrap.php
"
colors
=
"
true
"
>
<
testsuites
>
<
testsuite
name
=
"
All tests
"
>
<
directory
>tests/</
directory
>
<!--
Those tests are currently broken
-->
<
exclude
>./tests/Script/ConsensusTest.php</
exclude
>
<
exclude
>./tests/Script/ScriptTest.php</
exclude
>
<
exclude
>./tests/Script/Branch/BranchInterpreterTest.php</
exclude
>
<
exclude
>./tests/Script/Classifier/OutputClassifierTest.php</
exclude
>
<
exclude
>./tests/Script/Interpreter/ScriptTest.php</
exclude
>
<
exclude
>./tests/Transaction/TransactionTest.php</
exclude
>
<
exclude
>./tests/Transaction/Factory/SignerTest.php</
exclude
>
<
exclude
>./tests/Transaction/Factory/ComplexSignerTest.php</
exclude
>
<
exclude
>./tests/Key/Deterministic/HierarchicalKeyTest.php</
exclude
>
</
testsuite
>
</
testsuites
>
<
filter
>
<
whitelist
>
<
directory
>src</
directory
>
<
exclude
>src/PaymentProtocol/Protobufs</
exclude
>
</
whitelist
>
</
filter
>
</
phpunit
>
Back
|
FazBrowse Home
|
New Git URL