<?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%2F%E5%88%B6%E7%B4%84%E3%82%B3%E3%83%BC%E3%83%89</id>
		<title>Php/phpunit/制約コード - 変更履歴</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.nonip.net/index.php?action=history&amp;feed=atom&amp;title=Php%2Fphpunit%2F%E5%88%B6%E7%B4%84%E3%82%B3%E3%83%BC%E3%83%89"/>
		<link rel="alternate" type="text/html" href="https://wiki.nonip.net/index.php?title=Php/phpunit/%E5%88%B6%E7%B4%84%E3%82%B3%E3%83%BC%E3%83%89&amp;action=history"/>
		<updated>2026-04-24T23:03:14Z</updated>
		<subtitle>このウィキのこのページに関する変更履歴</subtitle>
		<generator>MediaWiki 1.24.2</generator>

	<entry>
		<id>https://wiki.nonip.net/index.php?title=Php/phpunit/%E5%88%B6%E7%B4%84%E3%82%B3%E3%83%BC%E3%83%89&amp;diff=219&amp;oldid=prev</id>
		<title>127.0.0.1: ページの作成:「==真判定==  $this-&gt;assertThat($result, $this-&gt;isTrue(), &quot;真である&quot;);  ==偽判定==  $this-&gt;assertThat($result, $this-&gt;isFalse(), &quot;偽である&quot;);  ==〜以上==...」</title>
		<link rel="alternate" type="text/html" href="https://wiki.nonip.net/index.php?title=Php/phpunit/%E5%88%B6%E7%B4%84%E3%82%B3%E3%83%BC%E3%83%89&amp;diff=219&amp;oldid=prev"/>
				<updated>2015-05-19T18:08:54Z</updated>
		
		<summary type="html">&lt;p&gt;ページの作成:「==真判定==  $this-&amp;gt;assertThat($result, $this-&amp;gt;isTrue(), &amp;quot;真である&amp;quot;);  ==偽判定==  $this-&amp;gt;assertThat($result, $this-&amp;gt;isFalse(), &amp;quot;偽である&amp;quot;);  ==〜以上==...」&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==真判定==&lt;br /&gt;
 $this-&amp;gt;assertThat($result, $this-&amp;gt;isTrue(), &amp;quot;真である&amp;quot;);&lt;br /&gt;
&lt;br /&gt;
==偽判定==&lt;br /&gt;
 $this-&amp;gt;assertThat($result, $this-&amp;gt;isFalse(), &amp;quot;偽である&amp;quot;);&lt;br /&gt;
&lt;br /&gt;
==〜以上==&lt;br /&gt;
 $this-&amp;gt;assertThat($result, $this-&amp;gt;greaterThanOrEqual(0), &amp;quot;0以上である&amp;quot;);↲&lt;br /&gt;
&lt;br /&gt;
==〜以下==&lt;br /&gt;
 $this-&amp;gt;assertThat($result, $this-&amp;gt;lessThanOrEqual(10), &amp;quot;10以下である&amp;quot;);↲&lt;br /&gt;
&lt;br /&gt;
==パターンマッチ==&lt;br /&gt;
 $this-&amp;gt;assertThat($result, $this-&amp;gt;matchesRegularExpression(&amp;quot;/^ab(c|d)$/&amp;quot;), &amp;quot;match ok&amp;quot;);&lt;br /&gt;
&lt;br /&gt;
==条件AND==&lt;br /&gt;
 $this-&amp;gt;assertThat(↲&lt;br /&gt;
     $result,↲&lt;br /&gt;
     $this-&amp;gt;logicalAnd(↲&lt;br /&gt;
         $this-&amp;gt;greaterThanOrEqual(10),↲&lt;br /&gt;
         $this-&amp;gt;lessThanOrEqual(20)↲&lt;br /&gt;
     ),↲&lt;br /&gt;
     &amp;quot;10以上,20以下である&amp;quot;↲&lt;br /&gt;
 );↲&lt;/div&gt;</summary>
		<author><name>127.0.0.1</name></author>	</entry>

	</feed>