Index: tests/phpunit/tests/user/capabilities.php
===================================================================
--- tests/phpunit/tests/user/capabilities.php	(revision 37156)
+++ tests/phpunit/tests/user/capabilities.php	(working copy)
@@ -59,6 +59,8 @@
 
 			'unfiltered_html'        => array( 'administrator', 'editor' ),
 
+			'create_sites'           => array(),
+			'delete_sites'           => array(),
 			'manage_network'         => array(),
 			'manage_sites'           => array(),
 			'manage_network_users'   => array(),
@@ -148,6 +150,8 @@
 
 			'unfiltered_html'        => array(),
 
+			'create_sites'           => array(),
+			'delete_sites'           => array(),
 			'manage_network'         => array(),
 			'manage_sites'           => array(),
 			'manage_network_users'   => array(),
