Page MenuHomeDevCentral

Tests runnable with arc unit
ClosedPublic

Authored by dereckson on Nov 21 2015, 06:24.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Feb 9, 05:10
Unknown Object (File)
Sun, Feb 9, 05:10
Unknown Object (File)
Sun, Feb 9, 05:10
Unknown Object (File)
Fri, Feb 7, 12:36
Unknown Object (File)
Fri, Feb 7, 12:18
Unknown Object (File)
Wed, Feb 5, 16:05
Unknown Object (File)
Sat, Feb 1, 18:05
Unknown Object (File)
Sat, Feb 1, 18:05
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
No Lint Coverage
Unit
Tests Passed
Branch
ArcUnit
Build Status
Buildable 93
Build 93: arc lint + arc unit

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.