Page MenuHomeDevCentral

Tests runnable with arc unit
ClosedPublic

Authored by dereckson on Nov 21 2015, 06:24.
Tags
None
Referenced Files
F25129204: D85.diff
Tue, Mar 31, 18:28
Unknown Object (File)
Sat, Mar 28, 08:47
Unknown Object (File)
Wed, Mar 18, 08:14
Unknown Object (File)
Tue, Mar 17, 07:36
Unknown Object (File)
Tue, Mar 17, 05:53
Unknown Object (File)
Tue, Mar 17, 03:26
Unknown Object (File)
Mon, Mar 16, 20:06
Unknown Object (File)
Sun, Mar 15, 23:55
Subscribers
None

Details

Summary

Arcanist will now run PHPUnit tests. To comply with the tests
detection mechanism, we need the test file be called coreTest.php.

This change also simplify a little the Makefile.

Test Plan

Launch tests with Make, Arcanist and PHPUnit:

  • make test
  • arc unit
  • arc unit core.php
  • phpunit .
  • phpunit test/coreTest

Diff Detail

Repository
rKGF Keruald global functions
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson retitled this revision from to Tests runnable with arc unit.
dereckson updated this object.
dereckson edited the test plan for this revision. (Show Details)
dereckson added a reviewer: dereckson.
dereckson edited edge metadata.
This revision is now accepted and ready to land.Nov 21 2015, 06:25
This revision was automatically updated to reflect the committed changes.