first import 2.1

Signed-off-by: bachy <git@g-u-i.net>
This commit is contained in:
bachy
2012-10-27 15:02:05 +02:00
commit 9a18131bcf
55 changed files with 7639 additions and 0 deletions

7
tests/wysiwyg.test Normal file
View File

@@ -0,0 +1,7 @@
<?php
/**
* @file
* Tests for Wysiwyg module.
*/

14
tests/wysiwyg_test.info Normal file
View File

@@ -0,0 +1,14 @@
name = Wysiwyg testing
description = Tests Wysiwyg module functionality. Do not enable.
core = 7.x
package = Testing
hidden = TRUE
dependencies[] = wysiwyg
files[] = wysiwyg_test.module
; Information added by drupal.org packaging script on 2011-06-19
version = "7.x-2.1"
core = "7.x"
project = "wysiwyg"
datestamp = "1308450722"

View File

@@ -0,0 +1,7 @@
<?php
/**
* @file
* Installation functionality for Wysiwyg testing module.
*/

View File

@@ -0,0 +1,7 @@
<?php
/**
* @file
* Testing functionality for Wysiwyg module.
*/