Page MenuHomeDevCentral

D85.diff
No OneTemporary

D85.diff

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

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)

Event Timeline