<?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%2Fdbunit%2Ftable%E6%95%B4%E5%90%88%E3%83%81%E3%82%A7%E3%83%83%E3%82%AF</id>
		<title>Php/phpunit/dbunit/table整合チェック - 変更履歴</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.nonip.net/index.php?action=history&amp;feed=atom&amp;title=Php%2Fphpunit%2Fdbunit%2Ftable%E6%95%B4%E5%90%88%E3%83%81%E3%82%A7%E3%83%83%E3%82%AF"/>
		<link rel="alternate" type="text/html" href="https://wiki.nonip.net/index.php?title=Php/phpunit/dbunit/table%E6%95%B4%E5%90%88%E3%83%81%E3%82%A7%E3%83%83%E3%82%AF&amp;action=history"/>
		<updated>2026-04-24T20:53:02Z</updated>
		<subtitle>このウィキのこのページに関する変更履歴</subtitle>
		<generator>MediaWiki 1.24.2</generator>

	<entry>
		<id>https://wiki.nonip.net/index.php?title=Php/phpunit/dbunit/table%E6%95%B4%E5%90%88%E3%83%81%E3%82%A7%E3%83%83%E3%82%AF&amp;diff=922&amp;oldid=prev</id>
		<title>127.0.0.1: ページの作成:「==テーブル整合チェック==   $queryTable = $this-&gt;getConnection()-&gt;createQueryTable(      'users', 'SELECT * FROM users'  );    $expectedTableObj = new PHPUnit_Ex...」</title>
		<link rel="alternate" type="text/html" href="https://wiki.nonip.net/index.php?title=Php/phpunit/dbunit/table%E6%95%B4%E5%90%88%E3%83%81%E3%82%A7%E3%83%83%E3%82%AF&amp;diff=922&amp;oldid=prev"/>
				<updated>2015-05-19T18:19:09Z</updated>
		
		<summary type="html">&lt;p&gt;ページの作成:「==テーブル整合チェック==   $queryTable = $this-&amp;gt;getConnection()-&amp;gt;createQueryTable(      &amp;#039;users&amp;#039;, &amp;#039;SELECT * FROM users&amp;#039;  );    $expectedTableObj = new PHPUnit_Ex...」&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==テーブル整合チェック==&lt;br /&gt;
&lt;br /&gt;
 $queryTable = $this-&amp;gt;getConnection()-&amp;gt;createQueryTable(&lt;br /&gt;
     'users', 'SELECT * FROM users'&lt;br /&gt;
 );&lt;br /&gt;
 &lt;br /&gt;
 $expectedTableObj = new PHPUnit_Extensions_Database_DataSet_YamlDataSet(__DIR__ . '/_files/users.yml');&lt;br /&gt;
 $expectedTable = $expectedTableObj-&amp;gt;getTable('users');&lt;br /&gt;
 &lt;br /&gt;
 $this-&amp;gt;assertTablesEqual($expectedTable, $queryTable);&lt;/div&gt;</summary>
		<author><name>127.0.0.1</name></author>	</entry>

	</feed>