Page MenuHomeDevCentral

Tests runnable with arc unit
ClosedPublic

Authored by dereckson on Nov 21 2015, 06:24.
Tags
None
Referenced Files
F3800861: D85.diff
Fri, Nov 29, 03:49
Unknown Object (File)
Tue, Nov 12, 09:42
Unknown Object (File)
Sat, Nov 9, 22:43
Unknown Object (File)
Sat, Nov 9, 22:42
Unknown Object (File)
Thu, Nov 7, 06:09
Unknown Object (File)
Tue, Nov 5, 05:19
Unknown Object (File)
Oct 27 2024, 22:38
Unknown Object (File)
Oct 13 2024, 15:54
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.