Skip to content

htmlReport doesn't work on php target.. #82

@postite

Description

@postite

targetting php ( haxe rc1 fail) other targets works fine.
testcase as simple as that ..:

import utest.Runner;
import utest.ui.Report;

class RunAll {
	static public function main() {
		trace("runAll");

		var runner = new Runner();
		// runner.addCase(new TestMots());

		Report.create(runner); // breaks
		// new utest.ui.text.PrintReport(runner); //ok
                //new utest.ui.text.HtmlReport(runner, true);//breaks

		runner.run();
	}
}

.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions