Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2889625
PhpunitTestEngineTestCase.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
1 KB
Referenced Files
None
Subscribers
None
PhpunitTestEngineTestCase.php
View Options
<?php
/**
* Tests for @{class:PhpunitTestEngine}.
*/
final
class
PhpunitTestEngineTestCase
extends
PhutilTestCase
{
public
function
testSearchLocations
(
)
{
$path
=
'/path/to/some/file/X.php'
;
$this
->
assertEqual
(
array
(
'/path/to/some/file/'
,
'/path/to/some/file/tests/'
,
'/path/to/some/file/Tests/'
,
'/path/to/some/tests/'
,
'/path/to/some/Tests/'
,
'/path/to/tests/'
,
'/path/to/Tests/'
,
'/path/tests/'
,
'/path/Tests/'
,
'/tests/'
,
'/Tests/'
,
'/path/to/tests/file/'
,
'/path/to/Tests/file/'
,
'/path/tests/some/file/'
,
'/path/Tests/some/file/'
,
'/tests/to/some/file/'
,
'/Tests/to/some/file/'
,
'/path/to/some/tests/file/'
,
'/path/to/some/Tests/file/'
,
'/path/to/tests/some/file/'
,
'/path/to/Tests/some/file/'
,
'/path/tests/to/some/file/'
,
'/path/Tests/to/some/file/'
,
'/tests/path/to/some/file/'
,
'/Tests/path/to/some/file/'
,
)
,
PhpunitTestEngine
::
getSearchLocationsForTests
(
$path
)
)
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Jan 19, 12:25 (3 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1119647
Default Alt Text
PhpunitTestEngineTestCase.php (1 KB)
Attached To
Mode
rARC Arcanist
Attached
Detach File
Event Timeline
Log In to Comment