FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
advanced-access-manager/phpunit.xml.dist at master · aamplugin/advanced-access-manager · GitHub
aamplugin
/
advanced-access-manager
Public
Notifications
You must be signed in to change notification settings
Fork
15
Star
41
Code
Issues
5
Pull requests
4
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
advanced-access-manager
/
phpunit.xml.dist
Copy path
More file actions
More file actions
Latest commit
History
History
History
43 lines (43 loc) · 1.65 KB
Breadcrumbs
advanced-access-manager
/
phpunit.xml.dist
Copy path
File metadata and controls
43 lines (43 loc) · 1.65 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?
xml
version
=
"
1.0
"
?>
<
phpunit
bootstrap
=
"
tests/bootstrap.php
"
backupGlobals
=
"
false
"
failOnDeprecation
=
"
true
"
failOnWarning
=
"
true
"
failOnNotice
=
"
true
"
colors
=
"
true
"
>
<
testsuites
>
<
testsuite
name
=
"
FrameworkPolicy
"
>
<
directory
suffix
=
"
Test.php
"
>./tests/Framework/Policy</
directory
>
</
testsuite
>
<
testsuite
name
=
"
FrameworkResource
"
>
<
directory
suffix
=
"
Test.php
"
>./tests/Framework/Resource</
directory
>
</
testsuite
>
<
testsuite
name
=
"
FrameworkPreference
"
>
<
directory
suffix
=
"
Test.php
"
>./tests/Framework/Preference</
directory
>
</
testsuite
>
<
testsuite
name
=
"
FrameworkService
"
>
<
directory
suffix
=
"
Test.php
"
>./tests/Framework/Service</
directory
>
</
testsuite
>
<
testsuite
name
=
"
FrameworkUtility
"
>
<
directory
suffix
=
"
Test.php
"
>./tests/Framework/Utility</
directory
>
</
testsuite
>
<
testsuite
name
=
"
FrameworkManager
"
>
<
directory
suffix
=
"
Test.php
"
>./tests/Framework/Manager</
directory
>
</
testsuite
>
<
testsuite
name
=
"
Service
"
>
<
directory
suffix
=
"
Test.php
"
>./tests/Service</
directory
>
</
testsuite
>
<
testsuite
name
=
"
Rest
"
>
<
directory
suffix
=
"
Test.php
"
>./tests/Rest</
directory
>
</
testsuite
>
<
testsuite
name
=
"
Core
"
>
<
directory
suffix
=
"
Test.php
"
>./tests/Core</
directory
>
</
testsuite
>
</
testsuites
>
<
php
>
<
const
name
=
"
DB_HOST
"
value
=
"
localhost:/Users/vasyl/Library/Application Support/Local/run/JI-Q6E_q6/mysql/mysqld.sock
"
/>
<
const
name
=
"
AAM_UNITTEST_DEFAULT_ADMIN_PASS
"
value
=
"
123456
"
/>
</
php
>
</
phpunit
>
Back
|
FazBrowse Home
|
New Git URL