Skip to content

Commit

Permalink
Merge pull request #25 from s-nakajima/master
Browse files Browse the repository at this point in the history
Usersプラグインに移動
  • Loading branch information
s-nakajima committed Jun 6, 2016
2 parents 13caf5e + 586c4dc commit 18a05e1
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 445 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,6 @@ public function testBeforeRender() {

$expected = array('text', 'textarea', 'radio', 'checkbox', 'select');
$this->assertEquals($expected, array_keys($this->vars['dataTypes']));

//css,scriptのURLチェック
$pattern = '/<link.*?' . preg_quote('/data_types/css/style.css', '/') . '.*?>/';
$this->assertRegExp($pattern, $this->contents);

$pattern = '/<script.*?' . preg_quote('/data_types/js/data_types.jquery.js', '/') . '.*?>/';
$this->assertRegExp($pattern, $this->contents);
}

/**
Expand Down
116 changes: 0 additions & 116 deletions Test/Case/View/Helper/DataTypeFormHelper/ImageTest.php

This file was deleted.

134 changes: 0 additions & 134 deletions Test/Case/View/Helper/DataTypeFormHelper/InputDataTypeTest.php

This file was deleted.

80 changes: 0 additions & 80 deletions Test/Case/View/Helper/DataTypeFormHelper/PasswordTest.php

This file was deleted.

Loading

0 comments on commit 18a05e1

Please sign in to comment.