<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -207,18 +207,17 @@
                                       (t &quot;&quot;))))
   (if classname
       (let ((compilation-error-regexp-alist (get-php-compilation-regexp)))
-	(set (make-local-variable 'phpunit-command)
-	     (format &quot;%s;cd %s;%s %s -d include_path=\&quot;.:%s:%s\&quot; %s %s %s&quot;
-	      phpunit_pre
-	      (file-name-directory buffer-file-name)
-	      phpunit_command
-	      phpunit_options
-	      (file-name-directory buffer-file-name)
-	      phpunit_includes
-	      phpunit_phpoptions
-	      classname
-	      (file-name-nondirectory buffer-file-name)))
-	(compile phpunit-command))
+	(compile (format &quot;%s;cd %s;%s %s -d include_path=\&quot;.:%s:%s\&quot; %s %s %s&quot;
+			 phpunit_pre
+			 (file-name-directory buffer-file-name)
+			 phpunit_command
+			 phpunit_options
+			 (file-name-directory buffer-file-name)
+			 phpunit_includes
+			 phpunit_phpoptions
+			 classname
+			 (file-name-nondirectory buffer-file-name)))
+	(switch-and-rename &quot;*compilation*&quot; &quot;*php unit*&quot;))
     (message &quot;No possible test class found!&quot;)))
 
 (defun php-run()</diff>
      <filename>pardalys/modules/tool_emacs/files/ed_01_php_mode.el</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>14794666e5e47029310bef69be82e2598780550a</id>
    </parent>
  </parents>
  <author>
    <name>Gunnar Wrobel</name>
    <email>p@rdus.de</email>
  </author>
  <url>http://github.com/wrobel/pardalys/commit/870371d8375e3d7d9e98623d79a1c1fa98ff282b</url>
  <id>870371d8375e3d7d9e98623d79a1c1fa98ff282b</id>
  <committed-date>2009-10-02T11:50:05-07:00</committed-date>
  <authored-date>2009-10-02T11:50:05-07:00</authored-date>
  <message>Improving calling phpunit.</message>
  <tree>89d4646b6743ce43ba1ab56df4f3138b65e692d3</tree>
  <committer>
    <name>Gunnar Wrobel</name>
    <email>p@rdus.de</email>
  </committer>
</commit>
