Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F8107975
D85.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
702 B
Referenced Files
None
Subscribers
None
D85.diff
View Options
diff --git a/.arcconfig b/.arcconfig
--- a/.arcconfig
+++ b/.arcconfig
@@ -1,4 +1,5 @@
{
"phabricator.uri": "http://devcentral.nasqueron.org",
- "repository.callsign": "KGF"
+ "repository.callsign": "KGF",
+ "unit.engine": "PhpunitTestEngine"
}
diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -1,2 +1,2 @@
test:
- phpunit --bootstrap core.php tests/CoreTest
+ phpunit tests/coreTest
diff --git a/tests/CoreTest.php b/tests/coreTest.php
rename from tests/CoreTest.php
rename to tests/coreTest.php
--- a/tests/CoreTest.php
+++ b/tests/coreTest.php
@@ -2,6 +2,8 @@
namespace Keruald;
+require 'core.php';
+
class CoreTest extends \PHPUnit_Framework_Testcase {
///
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, May 9, 06:00 (19 h, 53 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2642495
Default Alt Text
D85.diff (702 B)
Attached To
Mode
D85: Tests runnable with arc unit
Attached
Detach File
Event Timeline
Log In to Comment