DrupalBin
Submit Code
About
Recent Posts
Serializable closures
Closures in menu item arguments
dpr($content['field_headshot'])
Fix for Git push error
Проверка
Code
$item['title'] = $item['title'];
Loading specific field
expire give non-aliased paths
Fix for Code
more
User login
Log in using OpenID:
What is OpenID?
Username:
*
Password:
*
Log in using OpenID
Cancel OpenID login
Create new account
Request new password
Tags
CCK
drupal
fapi
jquery
menu
module
php
simpletest
taxonomy
test
theme
views
more tags
Home
simpletest
This is the contact.test file I have created for the D6 Contact module
April 10, 2012 - 3:02pm — Anonymous
<?php
/**
* @file
* A Simpletest test for the contact file.
Contact
permissions
simpletest
Read more
Fix for Fix for Fix for Drush Install for creating dumps of standard profiles.
December 2, 2011 - 4:31pm — Anonymous
# Create a standard drupal 7 set of dumps for a standard profile (with all enabled modules)
rm -rf drupal-dumps/drupal-standard
drush dl drupal-7.x --destination=drupal-dumps --drupal-project-rename
dump
simpletest
Read more
Fix for Fix for Drush Install for creating dumps of standard profiles.
December 2, 2011 - 4:30pm — Anonymous
# Create a standard drupal 7 set of dumps for a standard profile (with all enabled modules)
rm -rf drupal-dumps/drupal-standard
drush dl drupal-7.x --destination=drupal-dumps --drupal-project-rename
dump
simpletest
Read more
Fix for Drush Install for creating dumps of standard profiles.
December 2, 2011 - 4:21pm — Anonymous
# Create a standard drupal 7 set of dumps for a standard profile (with all enabled modules)
rm -rf drupal-dumps/drupal-standard
drush dl drupal-7.x --destination=drupal-dumps --drupal-project-rename
dump
simpletest
Read more
Drush Install for creating dumps of standard profiles.
December 2, 2011 - 4:11pm — Anonymous
# Create a standard drupal 7 set of dumps for a standard profile (with all enabled modules)
rm -rf drupal-dumps/drupal-standard
drush dl drupal-7.x --destination=drupal-dumps --drupal-project-rename
dump
simpletest
Read more
Fix for Fix for Drush Install for creating dumps of standard profiles.
December 2, 2011 - 4:09pm — Anonymous
# Create a standard drupal 7 set of dumps for a standard profile (with all enabled modules)
rm -rf drupal-dumps/drupal-standard
drush dl drupal-7.x --destination=drupal-dumps --drupal-project-rename
dump
simpletest
Read more
Fix for Drush Install for creating dumps of standard profiles.
November 29, 2011 - 6:37pm — Anonymous
rm -rf drupal-dumps/drupal
drush dl drupal-7.x --destination=drupal-dumps --drupal-project-rename=drupal
cd drupal-dumps/drupal
drush site-install -y standard --account-name=admin --account-pass=dr
dump
simpletest
Read more
Drush Install for creating dumps of standard profiles.
November 29, 2011 - 6:24pm — Anonymous
rm -rf drupal
drush dl drupal
mv drupal* drupal
cd drupal
drush site-install -y standard --account-name=admin --account-pass=drupal --db-url=sqlite:./.ht.drupal.sqlite
# install all modules
drus
dump
simpletest
Read more
Fix for SimpleText assertText is failing
November 24, 2011 - 6:24am — Anonymous
$this
-
>
drupalGet
(
"node/$node->nid"
)
;
$this
-
>
assertText
(
"href"
,
t
(
"HREF found."
)
)
;
simpletest
Unreliable testing...
December 31, 2010 - 8:40am — Anonymous
Drupal test run
---------------
Tests to be run:
- Node body upgrade path (NodeBodyUpgradePathTestCase)
- Upload upgrade path (UploadUpgradePathTestCase)
Test run started: Friday, December
simpletest
Read more
1
2
3
4
5
6
next ›
last »