Page MenuHomeDevCentral

Tests runnable with arc unit
ClosedPublic

Authored by dereckson on Nov 21 2015, 06:24.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jun 23, 12:57
Unknown Object (File)
Sun, Jun 22, 00:30
Unknown Object (File)
Sat, Jun 21, 08:48
Unknown Object (File)
Sat, Jun 21, 02:40
Unknown Object (File)
Sat, Jun 21, 02:07
Unknown Object (File)
Fri, Jun 20, 23:48
Unknown Object (File)
Fri, Jun 20, 07:18
Unknown Object (File)
Tue, Jun 17, 11:12
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.