<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ja">
		<id>https://wiki.nonip.net/index.php?action=history&amp;feed=atom&amp;title=Php%2Fphpunit%2Foption%E4%B8%80%E8%A6%A7</id>
		<title>Php/phpunit/option一覧 - 変更履歴</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.nonip.net/index.php?action=history&amp;feed=atom&amp;title=Php%2Fphpunit%2Foption%E4%B8%80%E8%A6%A7"/>
		<link rel="alternate" type="text/html" href="https://wiki.nonip.net/index.php?title=Php/phpunit/option%E4%B8%80%E8%A6%A7&amp;action=history"/>
		<updated>2026-04-24T22:50:00Z</updated>
		<subtitle>このウィキのこのページに関する変更履歴</subtitle>
		<generator>MediaWiki 1.24.2</generator>

	<entry>
		<id>https://wiki.nonip.net/index.php?title=Php/phpunit/option%E4%B8%80%E8%A6%A7&amp;diff=739&amp;oldid=prev</id>
		<title>127.0.0.1: ページの作成:「 ==option一覧==  phpunit --help PHPUnit 3.7.9 by Sebastian Bergmann.  Usage: phpunit [switches] UnitTest [UnitTest.php]        phpunit [switches] &lt;&lt;nowiki /&gt;directory&gt;...」</title>
		<link rel="alternate" type="text/html" href="https://wiki.nonip.net/index.php?title=Php/phpunit/option%E4%B8%80%E8%A6%A7&amp;diff=739&amp;oldid=prev"/>
				<updated>2015-05-19T18:16:32Z</updated>
		
		<summary type="html">&lt;p&gt;ページの作成:「 ==option一覧==  phpunit --help PHPUnit 3.7.9 by Sebastian Bergmann.  Usage: phpunit [switches] UnitTest [UnitTest.php]        phpunit [switches] &amp;lt;&amp;lt;nowiki /&amp;gt;directory&amp;gt;...」&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
==option一覧==&lt;br /&gt;
&lt;br /&gt;
phpunit --help&lt;br /&gt;
PHPUnit 3.7.9 by Sebastian Bergmann.&lt;br /&gt;
&lt;br /&gt;
Usage: phpunit [switches] UnitTest [UnitTest.php]&lt;br /&gt;
       phpunit [switches] &amp;lt;&amp;lt;nowiki /&amp;gt;directory&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
  --log-junit &amp;lt;&amp;lt;nowiki /&amp;gt;file&amp;gt;        Log test execution in JUnit XML format to file.&lt;br /&gt;
  --log-tap &amp;lt;&amp;lt;nowiki /&amp;gt;file&amp;gt;          Log test execution in TAP format to file.&lt;br /&gt;
  --log-json &amp;lt;&amp;lt;nowiki /&amp;gt;file&amp;gt;         Log test execution in JSON format.&lt;br /&gt;
 &lt;br /&gt;
  --coverage-clover &amp;lt;&amp;lt;nowiki /&amp;gt;file&amp;gt;  Generate code coverage report in Clover XML format.&lt;br /&gt;
  --coverage-html &amp;lt;&amp;lt;nowiki /&amp;gt;dir&amp;gt;     Generate code coverage report in HTML format.&lt;br /&gt;
  --coverage-php &amp;lt;&amp;lt;nowiki /&amp;gt;file&amp;gt;     Serialize PHP_CodeCoverage object to file.&lt;br /&gt;
  --coverage-text=&amp;lt;&amp;lt;nowiki /&amp;gt;file&amp;gt;    Generate code coverage report in text format.&lt;br /&gt;
                            Default to writing to the standard output.&lt;br /&gt;
 &lt;br /&gt;
  --testdox-html &amp;lt;&amp;lt;nowiki /&amp;gt;file&amp;gt;     Write agile documentation in HTML format to file.&lt;br /&gt;
  --testdox-text &amp;lt;&amp;lt;nowiki /&amp;gt;file&amp;gt;     Write agile documentation in Text format to file.&lt;br /&gt;
 &lt;br /&gt;
  --filter &amp;lt;&amp;lt;nowiki /&amp;gt;pattern&amp;gt;        Filter which tests to run.&lt;br /&gt;
  --testsuite &amp;lt;&amp;lt;nowiki /&amp;gt;pattern&amp;gt;     Filter which testsuite to run.&lt;br /&gt;
  --group ...               Only runs tests from the specified group(s).&lt;br /&gt;
  --exclude-group ...       Exclude tests from the specified group(s).&lt;br /&gt;
  --list-groups             List available test groups.&lt;br /&gt;
  --test-suffix ...         Only search for test in files with specified&lt;br /&gt;
                            suffix(es). Default: Test.php,.phpt&lt;br /&gt;
 &lt;br /&gt;
  --loader &amp;lt;&amp;lt;nowiki /&amp;gt;loader&amp;gt;         TestSuiteLoader implementation to use.&lt;br /&gt;
  --printer &amp;lt;&amp;lt;nowiki /&amp;gt;printer&amp;gt;       TestSuiteListener implementation to use.&lt;br /&gt;
  --repeat &amp;lt;&amp;lt;nowiki /&amp;gt;times&amp;gt;          Runs the test(s) repeatedly.&lt;br /&gt;
 &lt;br /&gt;
  --tap                     Report test execution progress in TAP format.&lt;br /&gt;
  --testdox                 Report test execution progress in TestDox format.&lt;br /&gt;
 &lt;br /&gt;
  --colors                  Use colors in output.&lt;br /&gt;
  --stderr                  Write to STDERR instead of STDOUT.&lt;br /&gt;
  --stop-on-error           Stop execution upon first error.&lt;br /&gt;
  --stop-on-failure         Stop execution upon first error or failure.&lt;br /&gt;
  --stop-on-skipped         Stop execution upon first skipped test.&lt;br /&gt;
  --stop-on-incomplete      Stop execution upon first incomplete test.&lt;br /&gt;
  --strict                  Run tests in strict mode.&lt;br /&gt;
  -v|--verbose              Output more verbose information.&lt;br /&gt;
  --debug                   Display debugging information during test execution.&lt;br /&gt;
 &lt;br /&gt;
  --process-isolation       Run each test in a separate PHP process.&lt;br /&gt;
  --no-globals-backup       Do not backup and restore $GLOBALS for each test.&lt;br /&gt;
  --static-backup           Backup and restore static attributes for each test.&lt;br /&gt;
 &lt;br /&gt;
  --bootstrap &amp;lt;&amp;lt;nowiki /&amp;gt;file&amp;gt;        A &amp;quot;bootstrap&amp;quot; PHP file that is run before the tests.&lt;br /&gt;
  -c|--configuration &amp;lt;&amp;lt;nowiki /&amp;gt;file&amp;gt; Read configuration from XML file.&lt;br /&gt;
  --no-configuration        Ignore default configuration file (phpunit.xml).&lt;br /&gt;
  --include-path &amp;lt;&amp;lt;nowiki /&amp;gt;path(s)&amp;gt;  Prepend PHP's include_path with given path(s).&lt;br /&gt;
  -d key[=value]            Sets a php.ini value.&lt;br /&gt;
 &lt;br /&gt;
  -h|--help                 Prints this usage information.&lt;br /&gt;
  --version                 Prints the version and exits.&lt;/div&gt;</summary>
		<author><name>127.0.0.1</name></author>	</entry>

	</feed>