コード例 #1
0
ファイル: BaseTest.php プロジェクト: lerre/framework
 public function testUpdateAttributesWithoutArrayReturnsFalse()
 {
     $test = new UnitTest();
     $this->assertFalse($test->updateAttributes('should-be-array'));
 }